@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;1,400;1,500&family=Manrope:wght@400;500;600;700&display=swap');
:root{--bg:#080808;--fg:#edeae5;--muted:#aaa7a3;--accent:#d88975;color-scheme:dark}*{box-sizing:border-box}html{scroll-behavior:smooth;scrollbar-width:thin;scrollbar-color:#514741 var(--bg)}body{margin:0;background:var(--bg);color:var(--fg);font-family:'Manrope',sans-serif;font-size:16px}button,a{-webkit-tap-highlight-color:transparent}button{font:inherit;color:inherit;cursor:pointer}a{color:inherit;text-decoration:none}button{background:none;border:0}a:focus-visible,button:focus-visible{outline:1px solid var(--accent);outline-offset:7px}button:hover,a:hover{color:var(--accent)}header{position:fixed;top:0;left:0;width:100%;z-index:20;display:flex;align-items:center;padding:28px 4.6%;gap:40px;background:linear-gradient(#080808bd,transparent)}.signature{font-family:'Cormorant Garamond',serif;font-size:30px;line-height:.9;letter-spacing:-1px}.signature span{display:block;font-family:'Manrope',sans-serif;font-size:9px;letter-spacing:3px;margin-top:12px}nav{margin-left:auto;display:flex;gap:38px;font-size:13px}nav span{margin-left:8px}.motion-toggle{width:36px;height:36px;border:1px solid #555;border-radius:50%;font-size:13px}.scroll-space{height:480svh}.stage{position:sticky;top:0;height:100svh;overflow:hidden;perspective:1100px}.scene{position:absolute;inset:0;padding:130px 8% 95px 6%;opacity:0;visibility:hidden;transform-origin:50% 50%;will-change:transform,opacity;display:flex;flex-direction:column}.scene.active{opacity:1;visibility:visible}.eyebrow{font-size:11px;letter-spacing:2.5px;font-weight:500;line-height:1.9}.intro{padding:0 4.6%}.intro-label{position:absolute;top:20%;left:4.6%;z-index:3}.orb-wrap{position:absolute;inset:8% 15% 10%;display:flex;justify-content:center;align-items:center}.orb{height:100%;max-width:100%;object-fit:contain;mix-blend-mode:screen;animation:breathe 18s ease-in-out infinite;will-change:transform}.intro h1{position:absolute;left:14.7%;right:8%;top:27%;margin:0;font-family:'Cormorant Garamond',serif;font-weight:400;font-size:clamp(90px,11.1vw,190px);line-height:.76;letter-spacing:-.06em;pointer-events:none;text-shadow:0 2px 35px #0002}.intro h1 span{display:block;margin-left:14%;margin-top:22px}.intro-bottom{position:absolute;bottom:15%;left:4.6%;right:4.6%;display:flex;align-items:flex-end;justify-content:space-between;gap:25px}.intro-bottom>p:first-child{font-family:'Cormorant Garamond',serif;font-size:35px;line-height:1.1;margin:0}.intro-bottom em{color:var(--accent)}.intro-note{font-size:12px;line-height:1.9;color:var(--muted);margin:0}.text-button{display:inline-flex;justify-content:space-between;align-items:center;gap:45px;font-size:13px;border-bottom:1px solid #5f5a56;padding:16px 0;align-self:flex-start;text-align:left}.text-button span{font-size:24px;font-weight:400}.enter{margin-left:8%;margin-bottom:4px}.depth-nav{position:fixed;right:2.8%;top:43%;z-index:21;display:flex;flex-direction:column;gap:15px}.depth-nav button{width:30px;height:26px;position:relative}.depth-nav button:after{content:'';position:absolute;right:0;top:12px;width:5px;height:5px;border-radius:50%;background:#666}.depth-nav button[aria-current=true]:after{background:var(--accent);box-shadow:0 0 0 5px #d8897515}.depth-nav span{font-size:10px;position:absolute;right:17px;top:6px;opacity:0}.depth-nav button[aria-current=true] span{opacity:1}.journey{position:fixed;bottom:25px;left:4.6%;right:4.6%;display:flex;align-items:center;gap:35px;z-index:20;background:linear-gradient(transparent,#080808bb)}.journey-label,.depth-count{font-size:10px;letter-spacing:1.8px;white-space:nowrap}.journey-label>span{margin-left:22px;font-size:16px}.progress-track{height:1px;background:#ffffff25;flex:1}.progress-track div{height:1px;background:var(--accent);width:0}.depth-count{color:var(--muted)}h2{font-family:'Cormorant Garamond',serif;font-size:clamp(50px,5.4vw,100px);font-weight:400;line-height:.95;letter-spacing:-.035em;margin:16px 0 25px}h2 em{font-weight:400;color:var(--accent)}.section-top{display:grid;grid-template-columns:1fr 1.45fr .8fr;gap:24px;align-items:start}.section-top h2{margin-top:0;font-size:clamp(44px,4.8vw,85px)}.section-note{font-size:12px;line-height:1.9;color:var(--muted)}.works-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:7%;flex:1;min-height:0}.art-card{padding:0;text-align:left;display:flex;flex-direction:column;min-height:0}.art-image{display:block;overflow:hidden;width:100%;flex:1;min-height:0}.art-image img{width:100%;height:100%;object-fit:contain;transition:transform .8s}.art-card:hover img{transform:scale(1.035)}.painting-card .art-image img{object-fit:cover}.painting-card{padding-top:35px}.art-caption{display:flex;justify-content:space-between;align-items:center;font-size:16px;padding:16px 0 0}.art-caption small{display:block;margin-top:6px;color:var(--muted);font-size:11px}.works>.text-button{margin-top:6px;align-self:flex-end;padding-bottom:9px}.about{display:grid;grid-template-columns:1fr 1fr;gap:9%;padding-top:130px}.portrait{position:relative;min-height:0}.portrait img{width:100%;height:100%;object-fit:contain;object-position:center bottom}.portrait-label{position:absolute;bottom:12px;left:0;font-size:10px;letter-spacing:2px;writing-mode:vertical-rl}.about-copy{align-self:center;max-width:540px}.about-copy h2{font-size:clamp(48px,5.6vw,92px)}.about-copy>p:not(.eyebrow){font-size:13px;line-height:1.9;color:var(--muted)}.about-copy .lead{font-family:'Cormorant Garamond',serif!important;font-size:24px!important;line-height:1.4!important;color:var(--fg)!important}.contact{justify-content:center}.contact h2{font-size:clamp(85px,10vw,165px);position:relative;z-index:1;margin:22px 0 45px}.contact>.eyebrow{z-index:1}.contact-orb{position:absolute;width:55vw;height:80%;object-fit:contain;right:-2%;top:8%;opacity:.7;animation:breathe 18s ease-in-out infinite}.contact-bottom{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;position:relative;z-index:1}.contact-bottom p{font-size:13px;line-height:1.8}.contact-bottom>.eyebrow{font-size:9px;color:var(--muted)}dialog{background:#101010;color:var(--fg);border:1px solid #343434;padding:30px;max-width:calc(100vw - 32px);max-height:calc(100svh - 32px)}dialog::backdrop{background:#000d;backdrop-filter:blur(12px)}.gallery-dialog{width:1200px}.dialog-top{display:flex;justify-content:space-between;align-items:center;gap:20px}.close-dialog{font-size:13px;padding:12px}.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.gallery-grid button{padding:0;text-align:left}.gallery-grid img{width:100%;height:260px;object-fit:contain;background:#050505}.gallery-grid p{font-size:13px;margin-top:12px}.art-dialog{width:1000px}.detail-image{display:block;width:100%;height:70svh;object-fit:contain;margin:15px auto}.art-controls{display:flex;align-items:center;justify-content:center;gap:35px;font-size:12px}.art-controls button{font-size:26px;width:50px;height:40px}.skip{position:fixed;top:-100px;left:20px;z-index:100;background:white;color:black;padding:15px}.skip:focus{top:10px}body.paused .orb,body.paused .contact-orb{animation-play-state:paused}@keyframes breathe{0%,100%{transform:rotate(-8deg) scale(.96)}50%{transform:rotate(9deg) scale(1.04)}}
@media(min-width:1600px){.scene{padding-top:160px;padding-bottom:130px}.intro{padding:0}.intro-label{left:4.6%}}@media(max-height:760px) and (min-width:761px){.scene{padding-top:105px;padding-bottom:75px}.intro{padding:0}.about-copy h2{font-size:60px;margin:10px 0 15px}.about-copy>p:not(.eyebrow){font-size:12px;margin:9px 0}.about-copy .lead{font-size:21px!important}.section-top h2{font-size:54px}.contact h2{font-size:100px}}
@media(max-width:760px){header{padding:24px 6%;gap:15px}.signature{font-size:25px}.signature span{font-size:8px;letter-spacing:2px}nav{gap:17px;font-size:11px}nav a:last-child{display:none}.motion-toggle{width:30px;height:30px;flex-shrink:0}.scene{padding:110px 9% 92px 6%}.intro{padding:0}.intro-label{top:21%;left:6%;font-size:9px;letter-spacing:1.7px}.orb-wrap{inset:22% -9% 23%}.intro h1{font-size:19vw;left:7%;right:4%;top:35%;line-height:.85}.intro h1 span{margin-left:3%;margin-top:16px}.intro-bottom{left:6%;right:9%;bottom:15%;flex-wrap:wrap;align-items:center;gap:16px}.intro-bottom>p:first-child{font-size:29px}.intro-note{display:none}.enter{margin:0;font-size:11px;gap:18px}.depth-nav{right:2.5%;gap:13px}.journey{left:6%;right:6%;bottom:24px;gap:16px}.journey-label{font-size:8px;letter-spacing:1px}.journey-label>span{margin-left:5px}.depth-count{font-size:9px}.section-top{display:block}.section-top>.eyebrow{font-size:9px;margin:0 0 18px}.section-top h2{font-size:48px;margin-bottom:15px}.section-note{display:none}.works-layout{grid-template-columns:1fr 1.15fr;gap:15px}.painting-card{padding-top:45px}.art-caption{font-size:13px;gap:7px}.art-caption small{font-size:10px;line-height:1.5}.painting-card .art-image img{object-fit:contain}.works>.text-button{font-size:12px}.about{display:block;padding-top:105px}.portrait{position:absolute;inset:105px 0 80px 25%;opacity:.3}.portrait img{object-fit:cover;object-position:40% center}.portrait:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,#080808,transparent)}.portrait-label{display:none}.about-copy{position:relative;z-index:1;width:95%}.about-copy>.eyebrow{font-size:9px}.about-copy h2{font-size:57px}.about-copy>p:not(.eyebrow){font-size:13px;line-height:1.75}.about-copy .lead{font-size:23px!important}.contact h2{font-size:20vw;margin-bottom:35px}.contact-orb{width:100vw;right:-20%;top:0;opacity:.5}.contact-bottom{flex-direction:column;align-items:flex-start;gap:5px}.contact-bottom>.eyebrow{margin-top:22px}.contact-bottom .text-button{font-size:13px}.gallery-grid{grid-template-columns:repeat(2,1fr);gap:18px}.gallery-grid img{height:180px}dialog{padding:18px}.dialog-top .eyebrow{font-size:9px}.gallery-dialog h2{font-size:43px}.detail-image{height:65svh}.scroll-space{height:460svh}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.orb,.contact-orb{animation:none}.art-image img{transition:none}}
.bio-dialog{width:850px}.bio-body{max-width:650px}.bio-body p{font-size:16px;line-height:1.85;color:#c5c0ba}.bio-body h3{font-size:15px;font-weight:500;margin-top:42px;color:var(--accent)}.bio-entry{display:grid;grid-template-columns:100px 1fr;gap:25px;border-top:1px solid #333;padding:22px 0}.bio-entry>span{font-size:11px;letter-spacing:1px}.bio-entry p{margin-bottom:0}.muted{color:#aaa}.about-copy>p:not(.eyebrow){font-size:14px;line-height:1.7}@media(max-width:760px){.about-copy>p:not(.eyebrow){font-size:13px;line-height:1.7}.about-copy h2{font-size:49px;margin-bottom:15px}.about-copy .lead{font-size:20px!important}.bio-entry{grid-template-columns:1fr;gap:12px}}@media(max-height:720px){.about-copy .lead{display:none}.about-copy h2{font-size:45px}.about-copy>p:not(.eyebrow){font-size:13px}.scene.about{padding-top:105px}}

.contact h2{font-size:clamp(75px,8.2vw,140px)}
@media(max-width:760px){.contact h2{font-size:16.3vw}.intro-bottom>p:first-child{font-size:29px}.enter{font-size:12px;gap:16px}.about-copy h2{font-size:54px}.about-copy>p:not(.eyebrow){font-size:14px}.about-copy .lead{font-size:21px!important}.about-copy .text-button{font-size:12px;gap:20px}}
@media(prefers-reduced-motion:reduce){.orb,.orb-wrap{animation:none}.orb{filter:none}}
.orb-wrap{mix-blend-mode:screen}.contact-orb{mix-blend-mode:screen}
.scene{background:var(--bg)}.about-copy{max-height:calc(100svh - 220px);overflow-y:auto;scrollbar-width:thin;padding:4px 10px 12px 0}@media(max-width:760px){.about-copy{max-height:calc(100svh - 200px)}}
