:root {
  --ink: #08070b;
  --ink-2: #0e0c13;
  --paper: #f0edf5;
  --muted: #aaa4b3;
  --line: rgba(255,255,255,.14);
  --violet: #9a6cff;
  --rose: #ff5d8f;
  --cyan: #73e4ff;
  --serif: "Playfair Display", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
  --mono: "DM Mono", monospace;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
.visually-hidden { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0 0 0 0) !important; white-space: nowrap !important; border: 0 !important; }
html { scroll-behavior: smooth; scrollbar-width: thin; scrollbar-color: var(--violet) var(--ink); }
body { margin: 0; background: var(--ink); color: var(--paper); font-family: var(--sans); overflow-x: hidden; cursor: none; }
body.menu-open, body.lightbox-open, body.studio-open { overflow: hidden; }
a, button { color: inherit; }
a { text-decoration: none; }
button { font: inherit; }
img { display: block; width: 100%; }
::selection { background: var(--rose); color: white; }

#field { position: fixed; inset: 0; z-index: -2; width: 100%; height: 100%; opacity: .7; }
.grain { position: fixed; z-index: 20; inset: -50%; width: 200%; height: 200%; pointer-events: none; opacity: .055; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E"); animation: grain .18s steps(2) infinite; }
@keyframes grain { 0% { transform: translate(0,0) } 25% { transform: translate(2%,-3%) } 50% { transform: translate(-3%,2%) } 75% { transform: translate(3%,3%) } 100% { transform: translate(-2%,-2%) } }

.cursor-dot { position: fixed; top: 0; left: 0; z-index: 100; width: 5px; height: 5px; border-radius: 50%; background: white; pointer-events: none; transform: translate(-50%,-50%); mix-blend-mode: difference; }
.cursor-ring { position: fixed; top: 0; left: 0; z-index: 99; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.65); border-radius: 50%; pointer-events: none; display: grid; place-items: center; transform: translate(-50%,-50%); transition: width .25s, height .25s, background .25s, border-color .25s; }
.cursor-ring span { opacity: 0; font: 500 8px var(--mono); letter-spacing: .12em; transition: opacity .2s; }
.cursor-ring.is-active { width: 66px; height: 66px; background: rgba(10,8,14,.72); border-color: rgba(255,255,255,.85); backdrop-filter: blur(8px); }
.cursor-ring.is-view { width: 82px; height: 82px; background: rgba(154,108,255,.82); border-color: transparent; }
.cursor-ring.is-view span { opacity: 1; }

.loader { position: fixed; z-index: 200; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; background: #070609; transition: transform .8s cubic-bezier(.77,0,.18,1), visibility .8s; }
.loader::before { content: ""; position: absolute; width: 55vw; height: 55vw; border-radius: 50%; background: radial-gradient(circle, rgba(126,76,255,.18), transparent 65%); filter: blur(24px); }
.loader.is-gone { transform: translateY(-105%); visibility: hidden; pointer-events: none; }
.loader-word { position: relative; display: flex; align-items: center; gap: 1.3rem; font: 500 clamp(2.4rem,7vw,7rem)/1 var(--serif); letter-spacing: -.05em; }
.loader-word i { width: clamp(30px,5vw,80px); height: 1px; background: linear-gradient(90deg,var(--rose),var(--violet),var(--cyan)); box-shadow: 0 0 20px var(--violet); }
.loader-line { position: relative; margin-top: 2rem; width: min(360px,70vw); height: 1px; background: rgba(255,255,255,.1); overflow: hidden; }
.loader-line i { display: block; width: 0; height: 100%; background: white; transition: width .15s linear; }
.loader > p { width: min(360px,70vw); margin: .65rem 0 0; color: var(--muted); text-align: right; font: 400 9px var(--mono); letter-spacing: .16em; }

.site-header { position: fixed; z-index: 50; top: 0; left: 0; width: 100%; height: 86px; padding: 0 3.5vw; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid transparent; transition: height .35s, background .35s, border-color .35s; }
.site-header.is-scrolled { height: 68px; background: rgba(8,7,11,.78); border-color: var(--line); backdrop-filter: blur(18px); }
.site-header::after { content: ""; position: absolute; left: 0; bottom: -1px; width: var(--scroll,0%); height: 1px; background: linear-gradient(90deg,var(--rose),var(--violet),var(--cyan)); }
.logo { display: flex; align-items: center; gap: .75rem; width: max-content; }
.logo-gem { width: 35px; height: 35px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.35); transform: rotate(45deg); font: italic 500 17px var(--serif); }
.logo-gem::first-letter { transform: rotate(-45deg); }
.logo-name { display: flex; flex-direction: column; gap: 2px; font: 500 12px var(--mono); letter-spacing: .17em; }
.logo-name small { color: var(--muted); font-size: 7px; letter-spacing: .2em; }
.desktop-nav { display: flex; gap: 2.4rem; font: 400 10px var(--mono); text-transform: uppercase; letter-spacing: .1em; }
.desktop-nav a { position: relative; padding: .4rem 0; color: #d7d2dc; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; bottom: 0; width: 0; height: 1px; background: white; transition: width .25s; }
.desktop-nav a:hover::after { width: 100%; }
.top-actions { justify-self: end; display: flex; align-items: center; gap: .55rem; }
.sound-toggle { height: 38px; padding: 0 .8rem; display: flex; align-items: center; gap: .65rem; border: 1px solid var(--line); border-radius: 100px; background: rgba(255,255,255,.025); cursor: none; font: 400 8px var(--mono); letter-spacing: .1em; text-transform: uppercase; }
.sound-toggle:hover,.sound-toggle.is-on { border-color: rgba(255,255,255,.35); background: rgba(255,255,255,.07); }
.sound-bars { width: 16px; height: 13px; display: flex; align-items: center; justify-content: center; gap: 2px; }
.sound-bars i { width: 2px; height: 3px; border-radius: 2px; background: #aaa4b3; transition: height .2s,background .2s; }
.sound-toggle.is-on .sound-bars i { background: var(--cyan); animation: soundBar .85s ease-in-out infinite alternate; }
.sound-toggle.is-on .sound-bars i:nth-child(2) { animation-delay: -.52s; }
.sound-toggle.is-on .sound-bars i:nth-child(3) { animation-delay: -.18s; }
.sound-toggle.is-on .sound-bars i:nth-child(4) { animation-delay: -.7s; }
@keyframes soundBar { from { height: 3px; } to { height: 13px; } }
.status-pill { height: 38px; padding: 0 .9rem; display: flex; align-items: center; gap: .7rem; border: 1px solid var(--line); border-radius: 100px; background: rgba(255,255,255,.025); font: 400 9px var(--mono); letter-spacing: .11em; text-transform: uppercase; }
.status-pill i { width: 6px; height: 6px; border-radius: 50%; background: #83ffb1; box-shadow: 0 0 0 4px rgba(131,255,177,.1), 0 0 12px rgba(131,255,177,.65); animation: pulse 2s infinite; }
.status-pill b { font-size: 12px; font-weight: 400; }
@keyframes pulse { 50% { opacity: .45; transform: scale(.8); } }
.menu-toggle { display: none; justify-self: end; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; background: transparent; padding: 0; }
.menu-toggle span { position: absolute; width: 15px; height: 1px; background: white; transition: transform .25s; }
.menu-toggle span:first-child { transform: translateY(-3px); }
.menu-toggle span:last-child { transform: translateY(3px); }
.menu-toggle.is-open span:first-child { transform: rotate(45deg); }
.menu-toggle.is-open span:last-child { transform: rotate(-45deg); }
.mobile-menu { position: fixed; z-index: 40; inset: 0; padding: 110px 8vw 8vw; background: rgba(7,6,10,.98); visibility: hidden; opacity: 0; transition: .35s; }
.mobile-menu.is-open { visibility: visible; opacity: 1; }
.mobile-menu nav { display: flex; flex-direction: column; }
.mobile-menu a { display: flex; align-items: baseline; gap: 1.2rem; padding: 1.2rem 0; border-bottom: 1px solid var(--line); font: 500 clamp(2rem,10vw,4rem) var(--serif); }
.mobile-menu a span { color: var(--muted); font: 400 9px var(--mono); }

.hero { position: relative; min-height: 100svh; padding: 140px 5vw 70px; display: grid; grid-template-columns: minmax(0,1.15fr) minmax(360px,.85fr); align-items: center; overflow: hidden; isolation: isolate; }
.hero::after { content: ""; position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg,#08070b 0%,rgba(8,7,11,.92) 42%,rgba(8,7,11,.4) 100%); }
.hero-aura { position: absolute; z-index: -1; right: -7%; top: -10%; width: 62vw; height: 62vw; border-radius: 50%; opacity: .65; background: radial-gradient(circle at 45% 45%,rgba(80,175,255,.26),rgba(122,71,255,.22) 32%,rgba(255,64,111,.11) 50%,transparent 69%); filter: blur(30px); animation: breathe 7s ease-in-out infinite alternate; }
@keyframes breathe { to { transform: scale(1.08) translate(-2%,3%); opacity: .85; } }
.hero-ghost { position: absolute; z-index: -1; top: 17%; left: -2vw; color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.045); font: 500 16vw/.8 var(--serif); letter-spacing: -.09em; white-space: nowrap; transform: rotate(-4deg); }
.hero-copy { position: relative; z-index: 2; max-width: 830px; }
.eyebrow { display: flex; align-items: center; gap: 1rem; margin-bottom: 1.5rem; color: #d5d0db; font: 400 9px var(--mono); letter-spacing: .14em; text-transform: uppercase; }
.eyebrow i { width: 38px; height: 1px; background: linear-gradient(90deg,var(--rose),var(--violet)); }
.hero-title { margin: 0; font: 500 clamp(4.3rem,7.8vw,9rem)/.9 var(--serif); letter-spacing: -.07em; }
.title-line { display: block; overflow: hidden; padding: .03em 0 .2em; margin-bottom: -.11em; }
.title-line > span { display: block; transform: translateY(110%); animation: titleIn .9s cubic-bezier(.22,1,.36,1) forwards; }
.title-line:nth-child(1) > span { animation-delay: .85s; }
.title-line:nth-child(2) > span { animation-delay: .97s; }
.title-line:nth-child(3) > span { animation-delay: 1.09s; }
@keyframes titleIn { to { transform: translateY(0); } }
.title-indent { padding-left: 11%; }
.title-accent { padding-left: 41%; color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.85); font-style: italic; }
.title-accent span { filter: drop-shadow(0 0 30px rgba(164,107,255,.35)); }
.hero-bottom { margin-top: 2.2rem; padding-left: 11%; display: grid; grid-template-columns: minmax(200px,360px) auto; gap: 2rem; align-items: end; }
.hero-bottom > p { margin: 0; color: #bdb7c4; font-size: clamp(.9rem,1.1vw,1.05rem); line-height: 1.75; }
.hero-actions { display: flex; flex-direction: column; gap: 1rem; align-items: flex-start; }
.button { min-width: 215px; height: 54px; padding: 0 1.1rem 0 1.4rem; display: inline-flex; align-items: center; justify-content: space-between; gap: 2rem; border: 1px solid transparent; border-radius: 100px; font: 500 10px var(--mono); letter-spacing: .1em; text-transform: uppercase; transition: background .3s,color .3s,border-color .3s; }
.button i { width: 33px; height: 33px; display: grid; place-items: center; border-radius: 50%; font-style: normal; }
.button-primary { background: var(--paper); color: var(--ink); }
.button-primary i { background: var(--ink); color: white; }
.button-primary:hover { background: var(--violet); color: white; }
.text-link { display: flex; align-items: center; gap: .75rem; padding-left: .8rem; color: #c9c3ce; font: 400 9px var(--mono); letter-spacing: .09em; text-transform: uppercase; }
.text-link span { color: white; }
.hero-stage { position: relative; z-index: 1; width: min(39vw,580px); aspect-ratio: .92; justify-self: center; perspective: 1000px; transform-style: preserve-3d; }
.stage-card { position: absolute; margin: 0; overflow: hidden; background: #131019; box-shadow: 0 35px 80px rgba(0,0,0,.55); }
.stage-card img { height: 100%; object-fit: cover; }
.stage-card-back { top: 4%; right: 1%; width: 70%; height: 72%; border: 1px solid rgba(151,112,255,.35); transform: rotate(8deg) translateZ(-40px); opacity: .7; filter: saturate(.75) brightness(.72); }
.stage-card-front { left: 3%; bottom: 5%; width: 68%; height: 82%; border: 1px solid rgba(255,255,255,.2); transform: rotate(-5deg) translateZ(35px); }
.stage-card-front::after { content: ""; position: absolute; inset: 0; background: linear-gradient(135deg,transparent 55%,rgba(99,208,255,.12)); pointer-events: none; }
.stage-card-front figcaption { position: absolute; left: 0; bottom: 0; width: 100%; padding: 1.4rem; display: flex; flex-direction: column; gap: .3rem; background: linear-gradient(transparent,rgba(5,4,8,.92)); }
.stage-card-front figcaption span { font: 400 8px var(--mono); letter-spacing: .15em; text-transform: uppercase; }
.stage-card-front figcaption b { font: italic 500 1.1rem var(--serif); }
.stage-orbit { position: absolute; z-index: -1; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; }
.orbit-one { inset: -2%; animation: orbit 24s linear infinite; }
.orbit-two { inset: 9%; border-style: dashed; animation: orbit 30s linear infinite reverse; }
@keyframes orbit { to { transform: rotate(360deg); } }
.stage-seal { position: absolute; right: -2%; bottom: 15%; width: 106px; height: 106px; display: grid; place-items: center; border-radius: 50%; background: rgba(10,8,15,.76); border: 1px solid rgba(255,255,255,.32); backdrop-filter: blur(12px); animation: sealFloat 4s ease-in-out infinite alternate; }
.stage-seal::before { content: ""; position: absolute; inset: 7px; border: 1px dashed rgba(255,255,255,.22); border-radius: 50%; animation: orbit 18s linear infinite; }
.stage-seal span { font: 400 7px/1.7 var(--mono); text-align: center; letter-spacing: .13em; }
.stage-seal i { position: absolute; bottom: 16px; color: var(--cyan); font-style: normal; }
@keyframes sealFloat { to { transform: translateY(-14px) rotate(4deg); } }
.stage-note { position: absolute; top: 31%; right: -54px; writing-mode: vertical-rl; color: #aaa3b1; font: 400 7px var(--mono); letter-spacing: .18em; }
.hero-index { position: absolute; left: 2vw; bottom: 18%; display: flex; align-items: center; gap: .7rem; writing-mode: vertical-rl; color: #706a76; font: 400 7px var(--mono); letter-spacing: .15em; }
.hero-index i { height: 48px; width: 1px; background: rgba(255,255,255,.22); }
.hero-index b { color: white; font-weight: 400; }
.scroll-cue { position: absolute; right: 3.5vw; bottom: 25px; display: flex; align-items: center; gap: 1rem; color: #8b8591; font: 400 7px var(--mono); letter-spacing: .15em; }
.scroll-cue i { width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 50%; position: relative; }
.scroll-cue i::after { content: ""; position: absolute; left: 50%; top: 11px; width: 1px; height: 10px; background: white; animation: scrollDrop 1.5s ease-in-out infinite; }
@keyframes scrollDrop { 50% { transform: translateY(10px); opacity: .15; } }

.marquee { overflow: hidden; padding: .28rem 0; border-block: 1px solid var(--line); background: rgba(255,255,255,.015); }
.marquee-track { width: max-content; display: flex; align-items: center; gap: 0; animation: marquee 28s linear infinite; font: 400 9px/1.4 var(--mono); letter-spacing: .16em; }
.marquee-group { flex: 0 0 max(100vw,760px); min-width: 0; padding: .9rem 1.5rem; display: flex; align-items: center; justify-content: space-around; gap: 1.8rem; white-space: nowrap; }
.marquee-track i { color: var(--rose); font-style: normal; }
@keyframes marquee { to { transform: translateX(-50%); } }

.statement { position: relative; min-height: 75vh; padding: 11rem 7vw 9rem; display: grid; grid-template-columns: 1fr minmax(250px,820px) 1fr; gap: 2rem; align-items: center; }
.section-kicker { position: absolute; top: 7rem; left: 7vw; right: 7vw; display: flex; justify-content: space-between; padding-bottom: 1rem; border-bottom: 1px solid var(--line); color: #9a94a1; font: 400 8px var(--mono); letter-spacing: .15em; }
.section-kicker b { color: white; font-weight: 400; }
.statement-copy { grid-column: 2; margin: 0; text-align: center; font: 500 clamp(2.25rem,4.2vw,5.2rem)/1.06 var(--serif); letter-spacing: -.045em; }
.statement-copy em { color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.8); }
.statement-aside { grid-column: 3; align-self: end; justify-self: end; display: flex; align-items: center; gap: 1rem; }
.statement-aside img { width: 60px; height: 60px; border-radius: 50%; object-fit: cover; border: 1px solid rgba(255,255,255,.25); filter: grayscale(.2); }
.statement-aside p { margin: 0; display: flex; flex-direction: column; gap: .25rem; }
.statement-aside b { font: italic 500 1rem var(--serif); }
.statement-aside span { color: #8f8996; font: 400 7px/1.6 var(--mono); letter-spacing: .08em; text-transform: uppercase; }

.work-section { padding: 8rem 5vw 10rem; background: #0b0910; }
.section-header { max-width: 1380px; margin: 0 auto 5rem; display: grid; grid-template-columns: 1.3fr .7fr; align-items: end; gap: 3rem; }
.section-label { margin: 0 0 1.2rem; color: #9a94a1; font: 400 8px var(--mono); letter-spacing: .16em; }
.section-header h2, .services-intro h2, .process-header h2 { margin: 0; padding-bottom: .1em; font: 500 clamp(3.4rem,7vw,8rem)/.98 var(--serif); letter-spacing: -.055em; }
.section-header h2 em, .services-intro h2 em, .process-header h2 em, .commission-content h2 em { color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.8); font-weight: 500; }
.section-header > p { max-width: 430px; margin: 0; color: #aaa4b3; line-height: 1.75; font-size: .95rem; }
.gallery { max-width: 1380px; margin: 0 auto; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 6.5rem 4vw; align-items: start; }
.art-card { position: relative; display: block; width: 76%; margin: 0; padding: 0; border: 0; background: transparent; text-align: left; cursor: none; }
.art-card:nth-child(even) { justify-self: end; transform: translateY(7rem); }
.art-card.card-wide { width: 92%; }
.art-frame { position: relative; display: block; overflow: hidden; background: #14111a; box-shadow: 0 25px 70px rgba(0,0,0,.32); }
.art-frame::after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.15); box-shadow: inset 0 0 0 8px rgba(255,255,255,.018); pointer-events: none; }
.art-card img { aspect-ratio: 1 / 1; object-fit: cover; transition: transform .8s cubic-bezier(.2,.7,.2,1), filter .6s; }
.art-card.card-tall img { aspect-ratio: .75; }
.art-card.card-wide img { aspect-ratio: 1.43; }
.art-card:hover img { transform: scale(1.035); filter: saturate(1.12); }
.art-meta { display: grid; grid-template-columns: 1fr auto; gap: .35rem 1rem; padding-top: 1rem; border-top: 1px solid transparent; }
.art-meta b { font: italic 500 1.25rem var(--serif); }
.art-meta i { grid-row: 2; color: #8d8793; font: 400 7px var(--mono); font-style: normal; letter-spacing: .1em; text-transform: uppercase; }
.art-meta em { grid-column: 2; grid-row: 1 / 3; color: #918a96; font: 400 8px var(--mono); font-style: normal; }
.gallery-link { width: min(560px,90%); margin: 12rem auto 0; padding: 1.5rem 0; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.5); font: 400 10px var(--mono); letter-spacing: .12em; text-transform: uppercase; }
.gallery-link i { font-size: 1rem; font-style: normal; }
.gallery-empty { grid-column: 1 / -1; padding: 7rem 1rem; color: #77717e; text-align: center; font: 400 9px var(--mono); letter-spacing: .1em; text-transform: uppercase; }

.services-section { padding: 10rem 6vw; display: grid; grid-template-columns: minmax(280px,.7fr) minmax(500px,1.3fr); gap: 8vw; background: linear-gradient(135deg,#0c0911 0%,#120c19 50%,#07070b 100%); border-block: 1px solid var(--line); }
.services-intro { position: sticky; top: 120px; height: max-content; }
.services-intro h2 { font-size: clamp(3.4rem,5.6vw,6.7rem); }
.services-intro > p:last-child { max-width: 380px; margin-top: 2rem; color: var(--muted); line-height: 1.75; }
.service-list { display: flex; flex-direction: column; }
.service-card { position: relative; min-height: 270px; padding: 2rem 1.4rem; display: grid; grid-template-columns: 55px 1fr auto; align-items: start; gap: 1.5rem; border-top: 1px solid var(--line); transition: padding .35s,background .35s; overflow: hidden; }
.service-card:last-child { border-bottom: 1px solid var(--line); }
.service-card::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,rgba(154,108,255,.14),transparent); transform: translateX(-105%); transition: transform .45s; }
.service-card:hover { padding-left: 2rem; }
.service-card:hover::before { transform: translateX(0); }
.service-card > span { color: #77717c; font: 400 8px var(--mono); }
.service-card div p { margin: 0 0 .8rem; color: var(--rose); font: 400 7px var(--mono); letter-spacing: .13em; text-transform: uppercase; }
.service-card h3 { margin: 0; padding-bottom: .1em; font: 500 clamp(2.3rem,4vw,4.8rem)/1 var(--serif); letter-spacing: -.04em; }
.service-card > i { align-self: end; color: #8f8995; font: 400 8px var(--mono); font-style: normal; letter-spacing: .08em; text-transform: uppercase; }
.service-card > b { position: absolute; right: 1.5rem; bottom: 1.2rem; color: rgba(255,255,255,.15); font: 400 4rem var(--serif); }

.process-section { position: relative; padding: 12rem 7vw 10rem; }
.process-header { margin-bottom: 6rem; display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 4rem; }
.process-header > p { max-width: 450px; margin: 0; color: var(--muted); line-height: 1.75; }
.process-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.process-list li { position: relative; min-height: 170px; padding: 2rem 0; display: grid; grid-template-columns: 12% 1fr auto; gap: 2rem; align-items: center; border-bottom: 1px solid var(--line); overflow: hidden; }
.process-list li::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,rgba(255,255,255,.05),transparent 70%); transform: translateX(-100%); transition: transform .5s; }
.process-list li:hover::before { transform: translateX(0); }
.process-list li > span { color: #716b76; font: 400 9px var(--mono); }
.process-list h3 { margin: 0 0 .65rem; font: 500 clamp(1.9rem,3vw,3.5rem) var(--serif); }
.process-list p { max-width: 590px; margin: 0; color: #97919e; font-size: .9rem; line-height: 1.65; }
.process-list i { color: #5d5762; font: 400 clamp(1.4rem,3.7vw,4.2rem) var(--mono); font-style: normal; letter-spacing: .1em; }

.commission-section { position: relative; min-height: 92vh; padding: 10rem 7vw; display: flex; align-items: center; overflow: hidden; isolation: isolate; background: #100d16; }
.commission-art { position: absolute; z-index: -2; top: -8%; right: -3%; width: 58%; height: 116%; opacity: .65; mask-image: linear-gradient(90deg,transparent 0%,black 30%); }
.commission-art img { height: 100%; object-fit: cover; filter: saturate(.8) contrast(1.08); transform: scale(1.12); }
.commission-section::after { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg,#0b0810 18%,rgba(11,8,16,.86) 48%,rgba(11,8,16,.18)); }
.commission-glow { position: absolute; z-index: -1; left: 25%; top: 20%; width: 40vw; height: 40vw; border-radius: 50%; background: rgba(132,65,255,.18); filter: blur(100px); }
.commission-content { max-width: 990px; }
.commission-content h2 { margin: 0; padding-bottom: .1em; font: 500 clamp(4rem,8vw,9.5rem)/.92 var(--serif); letter-spacing: -.065em; }
.commission-content > p:not(.section-label) { margin: 2rem 0; color: #b7b0bd; font-size: clamp(1rem,1.5vw,1.25rem); }
.button-light { background: white; color: #09070c; }
.button-light i { background: #9a6cff; color: white; }
.button-light:hover { background: var(--rose); color: white; }
.commission-stamp { position: absolute; right: 6vw; bottom: 8%; width: 150px; height: 150px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.36); border-radius: 50%; backdrop-filter: blur(14px); }
.commission-stamp::before { content: ""; position: absolute; inset: 9px; border: 1px dashed rgba(255,255,255,.28); border-radius: 50%; animation: orbit 22s linear infinite; }
.commission-stamp span { font: 400 7px/1.7 var(--mono); letter-spacing: .12em; text-align: center; }
.commission-stamp i { position: absolute; bottom: 25px; color: var(--rose); font-style: normal; }

.site-footer { padding: 6rem 5vw 2rem; background: #060508; border-top: 1px solid var(--line); }
.footer-top { min-height: 250px; display: grid; grid-template-columns: 1fr 1fr auto; gap: 3rem; align-items: start; }
.footer-logo { padding-bottom: .08em; font: 500 clamp(3.5rem,8vw,8rem)/1.08 var(--serif); letter-spacing: -.07em; }
.footer-top p { margin: 1rem 0 0; color: #807a86; font: italic 500 1.2rem/1.5 var(--serif); }
.footer-links { display: flex; flex-direction: column; gap: 1.1rem; font: 400 9px var(--mono); letter-spacing: .1em; text-transform: uppercase; }
.footer-links a { padding-bottom: .4rem; border-bottom: 1px solid var(--line); }
.footer-bottom { padding-top: 1.5rem; display: flex; justify-content: space-between; gap: 1rem; border-top: 1px solid var(--line); color: #918a96; font: 400 7px var(--mono); letter-spacing: .11em; }
.footer-bottom b { font-weight: 400; }

.studio-dialog { position: fixed; z-index: 160; inset: 0; width: 100%; max-width: none; height: 100%; max-height: none; margin: 0; padding: 4vh 3vw; border: 0; color: var(--paper); background: rgba(5,4,8,.96); cursor: auto; overflow: auto; }
.studio-dialog[open] { display: grid; place-items: center; }
.studio-dialog::backdrop { background: rgba(5,4,8,.96); backdrop-filter: blur(14px); }
.studio-dialog button,.studio-dialog input,.studio-dialog select,.studio-dialog label { cursor: pointer; }
.studio-gate { position: relative; width: min(470px,92vw); padding: 3.2rem; border: 1px solid rgba(255,255,255,.18); background: linear-gradient(145deg,#121019,#09080d); box-shadow: 0 40px 100px rgba(0,0,0,.65); }
.studio-kicker { margin: 0 0 .9rem; color: var(--violet); font: 400 8px var(--mono); letter-spacing: .15em; }
.studio-gate h2,.studio-header h2 { margin: 0; font: 500 clamp(2.5rem,5vw,4.5rem)/1 var(--serif); letter-spacing: -.05em; }
.studio-gate > p:not(.studio-kicker) { margin: 1rem 0 2rem; color: var(--muted); line-height: 1.65; }
.studio-gate form,.studio-editor form { display: flex; flex-direction: column; gap: 1rem; }
.studio-gate label,.studio-editor label { display: flex; flex-direction: column; gap: .5rem; color: #a8a2af; font: 400 8px var(--mono); letter-spacing: .1em; text-transform: uppercase; }
.studio-dialog input,.studio-dialog select { width: 100%; height: 46px; padding: 0 .9rem; border: 1px solid rgba(255,255,255,.16); border-radius: 0; outline: none; color: white; background: rgba(255,255,255,.04); font: 400 .9rem var(--sans); }
.studio-dialog input:focus,.studio-dialog select:focus { border-color: var(--violet); box-shadow: 0 0 0 3px rgba(154,108,255,.12); }
.studio-dialog select option { color: white; background: #100e15; }
.studio-gate form > button,.studio-save { height: 48px; border: 0; background: var(--paper); color: var(--ink); font: 500 9px var(--mono); letter-spacing: .12em; text-transform: uppercase; }
.studio-error { min-height: 1.2em; color: #ff789d; font-size: .8rem; }
.studio-close { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; color: white; background: transparent; font-size: 1.35rem; }
.studio-gate > .studio-close { position: absolute; top: 1rem; right: 1rem; }
.studio-panel { width: min(1320px,94vw); height: min(860px,92vh); display: flex; flex-direction: column; overflow: hidden; border: 1px solid rgba(255,255,255,.16); background: #0b0910; box-shadow: 0 40px 120px rgba(0,0,0,.7); }
.studio-header { min-height: 110px; padding: 1.6rem 2rem; display: flex; flex: 0 0 auto; align-items: center; justify-content: space-between; gap: 2rem; border-bottom: 1px solid rgba(255,255,255,.12); }
.studio-header h2 { font-size: clamp(2rem,4vw,3.6rem); }
.studio-header-actions { display: flex; align-items: center; justify-content: flex-end; gap: .55rem; flex-wrap: wrap; }
.studio-header-actions > button,.studio-import,.studio-section-head button { min-height: 38px; padding: 0 .85rem; display: inline-flex; align-items: center; border: 1px solid rgba(255,255,255,.16); color: #d8d3dd; background: rgba(255,255,255,.035); font: 400 8px var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.studio-header-actions .studio-close { min-width: 42px; padding: 0; justify-content: center; font-size: 1.25rem; }
.studio-import input { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.studio-workspace { min-height: 0; display: grid; flex: 1 1 auto; grid-template-columns: 1.15fr .85fr; overflow: hidden; }
.studio-library,.studio-editor { min-height: 0; padding: 1.5rem 2rem 2rem; overflow-y: auto; }
.studio-library { border-right: 1px solid rgba(255,255,255,.12); }
.studio-section-head { min-height: 48px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; border-bottom: 1px solid rgba(255,255,255,.12); }
.studio-section-head h3 { margin: 0; font: 500 1.4rem var(--serif); }
.studio-section-head > span { color: #77717e; font: 400 8px var(--mono); letter-spacing: .1em; text-transform: uppercase; }
.studio-list { overflow-y: auto; scrollbar-width: thin; scrollbar-color: var(--violet) transparent; }
.studio-row { padding: .9rem 0; display: grid; grid-template-columns: 74px minmax(0,1fr) auto; align-items: center; gap: 1rem; border-bottom: 1px solid rgba(255,255,255,.09); }
.studio-row img { width: 74px; height: 64px; object-fit: cover; background: #18151d; }
.studio-row-copy { min-width: 0; }
.studio-row-copy b { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font: 500 1.05rem var(--serif); }
.studio-row-copy span { display: block; margin-top: .3rem; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: #817b87; font: 400 7px var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.studio-row-actions { display: grid; grid-template-columns: repeat(2,34px); gap: .35rem; }
.studio-row-actions button { width: 34px; height: 32px; border: 1px solid rgba(255,255,255,.13); color: #bbb5c1; background: rgba(255,255,255,.035); font: 400 8px var(--mono); }
.studio-row-actions .studio-delete { color: #ff789d; }
.studio-empty { padding: 4rem 1rem; color: #77717e; text-align: center; font: 400 9px var(--mono); letter-spacing: .1em; text-transform: uppercase; }
.studio-editor form { padding-top: 1.2rem; }
.studio-preview { position: relative; height: 190px; display: grid; place-items: center; overflow: hidden; border: 1px dashed rgba(255,255,255,.18); background: #100e15; }
.studio-preview img { width: 100%; height: 100%; object-fit: contain; }
.studio-preview img:not([src]) { display: none; }
.studio-preview span { position: absolute; color: #625d68; font: 400 8px var(--mono); letter-spacing: .1em; text-transform: uppercase; }
.studio-preview img[src]:not([hidden]) + span { display: none; }
.studio-status { min-height: 3rem; margin: 0; padding: .75rem 2rem 1.2rem; flex: 0 0 auto; color: #9dffbc; font: 400 8px var(--mono); letter-spacing: .08em; text-transform: uppercase; }

.lightbox { position: fixed; z-index: 120; inset: 0; width: 100%; max-width: none; height: 100%; max-height: none; margin: 0; padding: 4vw; border: 0; color: white; background: rgba(5,4,7,.94); overflow: hidden; opacity: 0; transition: opacity .35s; }
.lightbox[open] { display: grid; grid-template-columns: minmax(0,1fr) 300px; gap: 4vw; align-items: center; }
.lightbox.is-visible { opacity: 1; }
.lightbox::backdrop { background: #050407; }
.lightbox-image { display: grid; place-items: center; height: 86vh; }
.lightbox-image img { width: auto; max-width: 100%; height: auto; max-height: 86vh; object-fit: contain; box-shadow: 0 30px 90px rgba(0,0,0,.65); }
.lightbox-info span { color: var(--rose); font: 400 8px var(--mono); letter-spacing: .12em; text-transform: uppercase; }
.lightbox-info h2 { margin: .8rem 0 1.2rem; font: italic 500 2.8rem/1 var(--serif); }
.lightbox-info p { color: #716b77; font: 400 7px var(--mono); letter-spacing: .1em; text-transform: uppercase; }
.lightbox-close { position: absolute; z-index: 2; top: 28px; right: 28px; width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: rgba(255,255,255,.03); cursor: none; }
.lightbox-close span { position: absolute; width: 17px; height: 1px; background: white; transform: rotate(45deg); }
.lightbox-close span:last-child { transform: rotate(-45deg); }

.reveal { opacity: 0; transform: translateY(35px); transition: opacity .9s cubic-bezier(.2,.7,.2,1),transform .9s cubic-bezier(.2,.7,.2,1); }
.reveal.in-view { opacity: 1; transform: translateY(0); }
.reveal-text { opacity: .55; filter: blur(3px); transform: scale(.97); transition: opacity 1.1s,filter 1.1s,transform 1.1s; }
.reveal-text.in-view { opacity: 1; filter: blur(0); transform: scale(1); }

@media (max-width: 980px) {
  body { cursor: auto; }
  .cursor-dot,.cursor-ring { display: none; }
  .site-header { display: grid; grid-template-columns: minmax(0,1fr) 42px 42px; gap: .55rem; }
  .logo { min-width: 0; margin-right: 0; overflow: hidden; }
  .desktop-nav,.site-header .status-pill { display: none; }
  .top-actions { min-width: 0; margin-left: 0; }
  .sound-toggle { width: 42px; height: 42px; padding: 0; justify-content: center; }
  .sound-label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
  .menu-toggle { display: grid; flex: 0 0 42px; place-items: center; }
  .hero { min-height: auto; padding: 130px 6vw 100px; grid-template-columns: 1fr; gap: 4rem; }
  .hero-copy { width: 100%; min-width: 0; max-width: 100%; }
  .hero-title { font-size: clamp(3.8rem,12vw,7rem); }
  .hero-bottom { width: 100%; min-width: 0; grid-template-columns: minmax(0,1fr); max-width: 540px; }
  .hero-bottom > p { max-width: 100%; overflow-wrap: break-word; }
  .hero-stage { width: min(78vw,570px); justify-self: center; }
  .hero-aura { width: 100vw; height: 100vw; top: 35%; }
  .hero-index { display: none; }
  .statement { min-height: 680px; padding-inline: 6vw; grid-template-columns: 1fr; }
  .statement-copy { grid-column: 1; }
  .statement-aside { grid-column: 1; justify-self: center; }
  .services-section { grid-template-columns: 1fr; }
  .services-intro { position: static; }
  .process-header { grid-template-columns: 1fr; }
  .commission-art { width: 82%; opacity: .5; }
}

@media (max-width: 700px) {
  .site-header { height: 70px; padding-inline: 5vw; }
  .logo-name { font-size: 10px; }
  .logo-name small { display: none; }
  .hero { padding: 110px 5vw 80px; }
  .eyebrow span:last-child,.eyebrow i { display: none; }
  .hero-title { font-size: clamp(3rem,14vw,5.2rem); line-height: .9; }
  .title-line > span { animation: none; transform: none; }
  .title-indent { padding-left: 0; }
  .title-accent { padding-left: 12%; padding-right: .08em; }
  .hero-bottom { padding-left: 0; }
  .hero-stage { width: 88vw; }
  .stage-note { display: none; }
  .stage-seal { width: 84px; height: 84px; right: 0; }
  .stage-seal span { font-size: 6px; }
  .scroll-cue { display: none; }
  .statement { min-height: 620px; padding-top: 9rem; }
  .section-kicker { top: 5rem; left: 5vw; right: 5vw; }
  .statement-copy { font-size: clamp(2.2rem,10vw,3.5rem); }
  .work-section { padding: 6rem 5vw 8rem; }
  .section-header { grid-template-columns: 1fr; margin-bottom: 3.5rem; }
  .section-header h2,.services-intro h2,.process-header h2 { font-size: clamp(3.2rem,14vw,5rem); }
  .gallery { grid-template-columns: 1fr; gap: 4rem; }
  .art-card,.art-card.card-wide { width: 100%; }
  .art-card:nth-child(even) { transform: none; }
  .gallery-link { margin-top: 5rem; }
  .services-section { padding: 7rem 5vw; }
  .service-card { min-height: 230px; grid-template-columns: 34px 1fr; }
  .service-card > i { grid-column: 2; }
  .service-card h3 { font-size: 2.8rem; }
  .process-section { padding: 9rem 5vw 7rem; }
  .process-list li { grid-template-columns: 40px 1fr; gap: 1rem; }
  .process-list li > i { display: none; }
  .commission-section { min-height: 82vh; padding: 8rem 5vw; }
  .commission-content h2 { font-size: clamp(3.6rem,15vw,6rem); }
  .commission-art { width: 120%; right: -42%; mask-image: linear-gradient(90deg,transparent,black 45%); }
  .commission-stamp { width: 105px; height: 105px; right: 5vw; bottom: 4%; }
  .commission-stamp span { font-size: 5.5px; }
  .commission-stamp i { bottom: 14px; }
  .footer-top { min-height: 320px; grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
  .studio-dialog { padding: 2vh 3vw; }
  .studio-gate { padding: 4rem 1.5rem 2rem; }
  .studio-panel { width: 96vw; }
  .studio-header { align-items: flex-start; flex-direction: column; }
  .studio-header-actions { justify-content: flex-start; }
  .studio-panel { height: 96vh; }
  .studio-workspace { display: block; overflow-y: auto; }
  .studio-library,.studio-editor { overflow: visible; }
  .studio-library { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .studio-library,.studio-editor { padding-inline: 1rem; }
  .studio-list { max-height: 360px; }
  .studio-row { grid-template-columns: 60px minmax(0,1fr) auto; gap: .7rem; }
  .studio-row img { width: 60px; height: 56px; }
  .lightbox { padding: 70px 5vw 25px; }
  .lightbox[open] { grid-template-columns: 1fr; grid-template-rows: minmax(0,1fr) auto; gap: 1rem; }
  .lightbox-image { height: 65vh; }
  .lightbox-image img { max-height: 65vh; }
  .lightbox-info h2 { margin: .35rem 0; font-size: 1.7rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,*::before,*::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .title-line > span { transform: none; }
  .reveal,.reveal-text { opacity: 1; transform: none; filter: none; }
}
