*,:after,:before{margin:0;padding:0;box-sizing:border-box}:root{--white:#fff;--off:#f5f5f5;--black:#111;--gl:#e4e4e4;--gm:#999;--gd:#555;--burg:#7a1f3d;--burg2:#5e1730;--font:"DM Sans",sans-serif;--ease:cubic-bezier(.4,0,.2,1)}html{font-size:18px;-webkit-font-smoothing:antialiased}body{font-family:var(--font);background:var(--white);color:var(--black);min-height:100vh;overflow-x:hidden}header{position:fixed;top:0;left:0;right:0;z-index:100;background:hsla(0,0%,100%,.97);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid var(--gl)}.header-row{max-width:1400px;margin:0 auto;padding:0 40px;height:64px;display:flex;align-items:center}.logo{font-size:1.1rem;font-weight:600;color:var(--black);text-decoration:none;white-space:nowrap;flex-shrink:0;margin-right:32px;cursor:pointer}.logo .light{font-weight:300}.nav-row{display:flex;align-items:center;flex:1 1;justify-content:flex-end}.mob-header-right{display:none;align-items:center;gap:8px;margin-left:auto;position:relative}.hamburger{display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;color:var(--black);padding:4px;border-radius:4px;transition:background .15s}.hamburger:hover{background:var(--off)}.mob-nav{position:absolute;top:calc(100% + 12px);right:0;background:var(--white);border:1px solid var(--gl);border-radius:10px;box-shadow:0 12px 40px rgba(0,0,0,.12);padding:8px 0;min-width:190px;z-index:200;display:flex;flex-direction:column}.mob-nav a{font-family:var(--font);font-size:.88rem;font-weight:500;color:var(--gd);text-decoration:none;padding:12px 20px;transition:background .15s,color .15s;white-space:nowrap}.mob-nav a:hover{background:var(--off);color:var(--black)}.mob-lang-row{display:flex;gap:6px;padding:10px 16px 8px;border-top:1px solid var(--gl);flex-wrap:wrap}.mob-lang-btn{font-family:var(--font);font-size:.72rem;font-weight:700;letter-spacing:.06em;color:var(--gd);background:var(--off);border:none;border-radius:4px;padding:6px 10px;cursor:pointer}.mob-lang-btn.active{background:var(--burg);color:var(--white)}.mob-lang-btn:hover:not(.active){background:var(--gl)}.nav-row a{font-size:.84rem;font-weight:500;color:var(--gd);text-decoration:none;padding:22px 16px;letter-spacing:.02em;transition:color .2s;position:relative;white-space:nowrap;cursor:pointer}.nav-row a.active{color:var(--black);font-weight:600}.nav-row a:after{content:"";position:absolute;bottom:14px;left:16px;right:16px;height:1.5px;background:var(--black);transform:scaleX(0);transition:transform .3s var(--ease)}.nav-row a:hover{color:var(--black)}.nav-row a.active:after,.nav-row a:hover:after{transform:scaleX(1)}.lang-wrap{position:relative;flex-shrink:0;margin-left:12px}.lang-current{font-family:var(--font);font-size:.72rem;font-weight:700;letter-spacing:.08em;color:var(--white);background:var(--burg);border:none;border-radius:4px;padding:7px 12px 7px 14px;cursor:pointer;display:flex;align-items:center;gap:6px}.lang-current:hover{background:var(--burg2)}.lang-current svg{width:10px;height:10px;stroke:var(--white);stroke-width:2.5;fill:none;transition:transform .2s}.lang-wrap.open .lang-current svg{transform:rotate(180deg)}.lang-dropdown{position:fixed;top:64px;right:16px;background:var(--white);border:1px solid var(--gl);border-radius:8px;box-shadow:0 12px 32px rgba(0,0,0,.15);padding:6px 0;opacity:0;visibility:hidden;transform:translateY(-6px);transition:all .2s var(--ease);min-width:130px;z-index:9999}.lang-wrap.open .lang-dropdown{opacity:1;visibility:visible;transform:translateY(0)}.lang-option{display:block;width:100%;font-family:var(--font);font-size:.75rem;font-weight:500;color:var(--gd);background:none;border:none;cursor:pointer;padding:9px 16px;text-align:left}.lang-option:hover{background:var(--off);color:var(--black)}.lang-option.active{color:var(--burg);font-weight:700}.view{display:none;max-width:1400px;margin:64px auto 0;padding:48px 40px 60px}.view.active{display:block}.view.narrow{max-width:760px;padding-left:40px;padding-right:40px}.page-title{font-size:2rem;font-weight:700;margin-bottom:8px}.page-sub{font-size:.9rem;color:var(--gd);line-height:1.6;margin-bottom:40px;max-width:700px}.breadcrumb{font-size:.72rem;color:var(--gm);margin-bottom:20px}.breadcrumb a{color:var(--gm);text-decoration:none;cursor:pointer}.breadcrumb a:hover{color:var(--black)}.breadcrumb .sep{margin:0 8px}.carousel-wrap{max-width:1400px;margin:0 auto;padding:44px 40px 0}.carousel-viewport{position:relative;overflow:hidden}.carousel-track{display:flex;transition:transform .65s var(--ease)}.slide{min-width:100%;display:flex;gap:48px;align-items:center;justify-content:center;max-width:1100px;margin:0 auto}.slide-img{position:relative;overflow:hidden;border-radius:4px;flex-shrink:0}.slide-img img{display:block;max-height:560px;width:auto;height:auto;max-width:100%}.slide-img.landscape{max-width:60%}.slide-img.landscape img{width:100%}.slide-img.portrait{max-width:45%}.slide-img.portrait img{height:560px;width:auto}.slide-img.square{max-width:48%}.slide-img.square img{height:500px;width:auto}.slide-body{flex:1 1;padding:8px 0;max-width:420px}.slide-tag{font-size:.65rem;letter-spacing:.14em;text-transform:uppercase;color:var(--gm)}.slide-h,.slide-tag{font-weight:600;margin-bottom:14px}.slide-h{font-size:1.75rem;line-height:1.22;color:var(--black);text-decoration:none;display:block}.slide-h:active,.slide-h:hover{color:var(--black);text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:4px}.slide-p{font-size:.92rem;line-height:1.65;color:var(--gd);margin-bottom:24px;max-width:460px}.slide-p-link{display:block;text-decoration:none;color:var(--gd);border-bottom:1px solid transparent;transition:border-color .2s}.slide-p-link:active,.slide-p-link:hover{border-bottom-color:var(--gd)}.slide-cta{display:inline-flex;align-items:center;gap:8px;font-size:.82rem;font-weight:500;color:var(--black);text-decoration:none;border-bottom:1.5px solid var(--black);padding-bottom:3px;transition:gap .3s var(--ease);cursor:pointer}.slide-cta:hover{gap:14px}.slide-cta svg{width:15px;height:15px}.carousel-controls{display:flex;align-items:center;gap:6px;margin-top:32px;padding-bottom:40px;max-width:1100px;margin-left:auto;margin-right:auto}.c-bar{height:2.5px;flex:1 1;max-width:72px;background:var(--gl);border-radius:2px;cursor:pointer;position:relative;overflow:hidden}.c-bar .c-fill{position:absolute;top:0;left:0;height:100%;width:0;background:var(--black);border-radius:2px}.c-bar.now .c-fill{animation:cfill 6s linear forwards}.c-bar.done .c-fill{width:100%}@keyframes cfill{0%{width:0}to{width:100%}}.c-count{font-size:.7rem;font-weight:500;color:var(--gm);margin-left:12px;letter-spacing:.04em;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.c-arrows{display:flex;gap:6px;margin-left:auto}.c-arr{width:36px;height:36px;border:1.5px solid var(--gl);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;background:var(--white);transition:all .2s var(--ease)}.c-arr:hover{border-color:var(--black);background:var(--black)}.c-arr:hover svg{stroke:var(--white)}.c-arr svg{width:16px;height:16px;stroke:var(--black);stroke-width:2;fill:none}.series-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));grid-gap:24px;gap:24px}.series-card{position:relative;overflow:hidden;border-radius:6px;cursor:pointer;display:block;aspect-ratio:4/3}.series-card img{width:100%;height:100%;object-fit:cover;object-position:top;display:block;transition:transform .5s var(--ease)}.series-card:hover img{transform:scale(1.04)}.series-card:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.72),rgba(0,0,0,.12) 55%,rgba(0,0,0,.04));transition:background .3s}.series-card:hover:after{background:linear-gradient(0deg,rgba(0,0,0,.82),rgba(0,0,0,.2) 55%,rgba(0,0,0,.08))}.series-info{position:absolute;bottom:0;left:0;right:0;padding:24px;z-index:2;color:var(--white)}.series-label{font-size:.6rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;opacity:.7;margin-bottom:8px}.series-name{font-size:1.3rem;font-weight:700;line-height:1.2;margin-bottom:6px}.series-meta{font-size:.72rem;opacity:.7}.series-count{display:inline-block;background:hsla(0,0%,100%,.2);padding:3px 10px;border-radius:20px;font-size:.65rem;font-weight:600;margin-top:10px}.series-card.pinned{order:999}.works-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px}.work-card{position:relative;overflow:hidden;border-radius:6px;cursor:pointer;aspect-ratio:4/3}.work-card img{width:100%;height:100%;object-fit:cover;object-position:top;display:block;transition:transform .6s var(--ease)}.work-card:hover img{transform:scale(1.04)}.work-overlay{position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.82) 0,rgba(0,0,0,.3) 40%,transparent 70%);display:flex;flex-direction:column;justify-content:flex-end;padding:16px;opacity:0;transition:opacity .3s var(--ease);color:var(--white)}.work-card:hover .work-overlay{opacity:1}@media(hover:none){.work-overlay{opacity:1}}.wo-title{font-size:.86rem;font-weight:700;line-height:1.3;margin-bottom:3px;text-shadow:0 1px 4px rgba(0,0,0,.4)}.wo-dims{font-size:.64rem;opacity:.65;margin-bottom:8px;letter-spacing:.03em}.wo-price{font-size:.78rem;font-weight:700}.wo-sold{font-size:.66rem;font-weight:700;letter-spacing:.1em;opacity:.6}.wo-series,.wo-sold{text-transform:uppercase}.wo-series{font-size:.62rem;font-weight:600;opacity:.55;margin-top:6px;letter-spacing:.06em}.wo-buttons{display:flex;gap:6px;margin-top:8px;width:100%}.wo-btn{font-family:var(--font);font-size:.66rem;font-weight:700;border:none;border-radius:4px;padding:7px 12px;cursor:pointer;text-decoration:none;text-align:center;flex:1 1;transition:opacity .2s;white-space:nowrap}.wo-btn.buy{background:var(--burg);color:var(--white)}.wo-btn.buy:hover{opacity:.85}.wo-btn.deposit{background:#e6971a;color:var(--white)}.wo-btn.deposit:hover{opacity:.85}.series-header{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;flex-wrap:wrap;margin-bottom:36px}.series-header h1{font-size:2.2rem;font-weight:700;line-height:1.1;margin-bottom:8px}.series-header .sdesc{font-size:.88rem;color:var(--gd);line-height:1.6;max-width:600px}.series-stats{display:flex;gap:24px;flex-shrink:0}.stat-num{font-size:1.4rem;font-weight:700;text-align:center}.stat-label{font-size:.62rem;font-weight:500;color:var(--gm);text-transform:uppercase;letter-spacing:.1em;text-align:center;margin-top:2px}.expo-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(400px,1fr));grid-gap:24px;gap:24px}.expo-card{position:relative;overflow:hidden;border-radius:6px;cursor:pointer;aspect-ratio:4/3}.expo-card img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s var(--ease)}.expo-card:hover img{transform:scale(1.04)}.expo-card:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.75),rgba(0,0,0,.15) 50%,rgba(0,0,0,.05));transition:background .3s}.expo-card:hover:after{background:linear-gradient(0deg,rgba(0,0,0,.85),rgba(0,0,0,.25) 50%,rgba(0,0,0,.1))}.expo-card-info{position:absolute;bottom:0;left:0;right:0;padding:28px;z-index:2;color:var(--white)}.expo-card-date{font-size:.62rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;opacity:.8;margin-bottom:8px}.expo-card-name{font-size:1.5rem;font-weight:700;line-height:1.2;margin-bottom:8px}.expo-card-loc{font-size:.78rem;opacity:.7;margin-bottom:8px}.expo-card-excerpt{font-size:.78rem;opacity:.6;line-height:1.5;max-width:400px}.expo-card-count{display:inline-block;background:hsla(0,0%,100%,.2);padding:4px 12px;border-radius:20px;font-size:.65rem;font-weight:600;margin-top:12px}.expo-page-header{text-align:center;margin-bottom:40px}.expo-page-header h1{font-size:2.2rem;font-weight:700;margin-bottom:8px}.expo-page-meta{font-size:.88rem;color:var(--gd);margin-bottom:24px}.expo-page-poster{max-width:380px;margin:0 auto 40px;border-radius:6px;overflow:hidden}.expo-page-poster img{width:100%;display:block}.expo-curatorial{max-width:700px;margin:0 auto 48px;font-size:.92rem;line-height:1.8;color:var(--gd)}.expo-curatorial p{margin-bottom:16px}.expo-curatorial .curator{font-size:.78rem;font-weight:600;color:var(--black);margin-top:24px;font-style:italic}.expo-gallery-title{font-size:1.1rem;font-weight:600;margin-bottom:20px}.expo-gallery{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:12px;gap:12px;margin-bottom:48px}.expo-gallery img{width:100%;border-radius:4px;display:block;max-height:300px;object-fit:contain}.section-line{display:flex;align-items:center;gap:16px;margin-bottom:24px}.section-line h2{font-size:1.1rem;font-weight:600;white-space:nowrap}.section-line .line{flex:1 1;height:1px;background:var(--gl)}.press-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:20px;gap:20px;margin-bottom:48px}.press-card{border:1px solid var(--gl);border-radius:6px;overflow:hidden;cursor:pointer;transition:box-shadow .2s,transform .2s}.press-card:hover{box-shadow:0 8px 24px rgba(0,0,0,.08);transform:translateY(-2px)}.press-card-img{height:180px;overflow:hidden}.press-card-img img{width:100%;height:100%;object-fit:cover;display:block}.press-card-body{padding:16px}.press-pub{font-size:.6rem;letter-spacing:.1em;text-transform:uppercase;color:var(--burg)}.press-pub,.press-title{font-weight:600;margin-bottom:6px}.press-title{font-size:.92rem;line-height:1.3}.press-excerpt{font-size:.75rem;color:var(--gm);line-height:1.5}.expo-link-works{display:inline-flex;align-items:center;gap:8px;font-size:.88rem;font-weight:500;color:var(--black);text-decoration:none;border-bottom:1.5px solid var(--black);padding-bottom:3px;cursor:pointer;transition:gap .3s}.expo-link-works:hover{gap:14px}.expo-link-works svg{width:15px;height:15px}.identity-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px;max-width:900px}.identity-card{position:relative;overflow:hidden;border-radius:6px;cursor:pointer;aspect-ratio:2/3;max-height:320px}.identity-card img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s var(--ease)}.identity-card:hover img{transform:scale(1.04)}.identity-card:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.1) 50%,rgba(0,0,0,.03));transition:background .3s}.identity-card:hover:after{background:linear-gradient(0deg,rgba(0,0,0,.8),rgba(0,0,0,.2) 50%,rgba(0,0,0,.08))}.identity-label{position:absolute;bottom:0;left:0;right:0;padding:24px;z-index:2;color:var(--white)}.identity-name{font-size:1.3rem;font-weight:700;line-height:1.2}.identity-hint{font-size:.72rem;opacity:.6;margin-top:6px}.press-index-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-gap:20px;gap:20px}.press-index-card{border:1px solid var(--gl);border-radius:6px;overflow:hidden;cursor:pointer;transition:box-shadow .2s,transform .2s}.press-index-card:hover{box-shadow:0 8px 24px rgba(0,0,0,.08);transform:translateY(-2px)}.press-index-img{height:200px;overflow:hidden}.press-index-img img{width:100%;height:100%;object-fit:cover;display:block}.press-index-body{padding:18px}.press-index-pub{font-size:.62rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--burg);margin-bottom:6px}.press-index-title{font-size:.95rem;font-weight:600;line-height:1.3;margin-bottom:6px}.press-index-date{font-size:.72rem;color:var(--gm)}.ed-wrap{max-width:680px;margin:0 auto}.ed-title{font-size:2.2rem;font-weight:700;line-height:1.15;margin-bottom:32px}.ed-body p{font-size:.95rem;line-height:1.9;color:var(--gd);margin-bottom:1.5em;text-align:justify;hyphens:auto;-webkit-hyphens:auto;orphans:3;widows:3}.ed-body em{font-style:italic;color:var(--gd)}.ed-body a{color:var(--burg);text-decoration:underline}.ed-body img{max-width:100%;max-height:480px;height:auto;border-radius:6px;display:block;margin:0 auto}.ed-body strong{color:var(--black);font-weight:600}.ed-body .ed-img{margin:32px 0}.ed-body .ed-img img{width:100%;display:block;border-radius:6px;max-height:500px;object-fit:contain}.ed-body .ed-img .caption{font-size:.7rem;color:var(--gm);margin-top:8px;text-align:center;font-style:italic}.ed-body .ed-img.wide{margin-left:-80px;margin-right:-80px;max-width:calc(100% + 160px)}.ed-body .ed-img.wide img{max-height:500px;object-fit:contain;width:auto;max-width:100%;margin:0 auto}.ed-body .ed-img-pair{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px;margin:32px 0}.ed-body .ed-img-pair img{width:100%;height:260px;object-fit:cover;display:block;border-radius:6px}.ed-body h2{font-size:1.2rem;font-weight:700;color:var(--black);margin:40px 0 20px}.ed-body hr{border:none;height:1px;background:var(--gl);margin:40px 0}.ed-body .step-title{display:flex;align-items:baseline;gap:12px;font-size:1rem;font-weight:700;color:var(--black);margin:32px 0 12px}.ed-body .step-num{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;background:var(--burg);color:var(--white);font-size:.72rem;font-weight:700;flex-shrink:0}.ed-body .highlight{background:var(--off);border-left:3px solid var(--burg);padding:16px 20px;margin:20px 0;border-radius:0 4px 4px 0;font-size:.9rem;line-height:1.65;color:var(--gd)}.cta-section{text-align:center;padding:40px 0;border-top:1px solid var(--gl);margin-top:48px}.cta-text{font-size:1rem;color:var(--gd);margin-bottom:20px;line-height:1.6}.cta-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;font-family:var(--font);font-size:.92rem;font-weight:700;color:var(--white);background:var(--burg);border:none;border-radius:6px;padding:16px 36px;cursor:pointer;text-decoration:none;transition:background .2s}.cta-btn:hover{background:var(--burg2)}.cta-btn svg{width:18px;height:18px;stroke:currentColor;stroke-width:2;fill:none}.contact-wrap{text-align:center;padding:80px 0}.contact-email{font-size:1.4rem;font-weight:600;margin-bottom:24px}.contact-email a{color:var(--black);text-decoration:none;border-bottom:2px solid var(--gl);padding-bottom:4px;transition:border-color .2s}.contact-email a:hover{border-color:var(--black)}.contact-wa{display:inline-flex;align-items:center;gap:10px;font-family:var(--font);font-size:.88rem;font-weight:600;color:var(--white);background:#25d366;border:none;border-radius:6px;padding:14px 28px;cursor:pointer;text-decoration:none;transition:background .2s}.contact-wa:hover{background:#1da851}.contact-wa svg{width:20px;height:20px;fill:var(--white)}.lightbox{position:fixed;inset:0;z-index:500;background:hsla(0,0%,100%,.98);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:none;overflow-y:auto}.lightbox.open{display:block}.lb-close{position:fixed;top:20px;right:40px;z-index:510;width:44px;height:44px;background:var(--white);border:1px solid var(--gl);border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center}.lb-close:hover{background:var(--black);border-color:var(--black)}.lb-close:hover svg{stroke:var(--white)}.lb-close svg{width:20px;height:20px;stroke:var(--black);stroke-width:2;fill:none}.lb-content{max-width:1200px;margin:0 auto;padding:80px 40px 60px;display:flex;gap:48px;align-items:flex-start;min-height:100vh}.lb-gallery{flex:1 1;max-width:60%}.lb-main-img{width:100%;border-radius:4px;overflow:hidden;margin-bottom:12px;background:var(--off)}.lb-main-img img{width:100%;display:block;max-height:600px;object-fit:contain}.lb-thumbs{display:flex;gap:8px}.lb-thumb{width:72px;height:72px;border-radius:3px;overflow:hidden;cursor:pointer;border:2px solid transparent;transition:border-color .2s;flex-shrink:0}.lb-thumb.active{border-color:var(--black)}.lb-thumb:hover{border-color:var(--gm)}.lb-thumb img{width:100%;height:100%;object-fit:cover;display:block}.lb-info{flex:0 0 36%;position:-webkit-sticky;position:sticky;top:100px}.lb-series-tag{display:inline-block;font-size:.62rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--gm);border:1px solid var(--gl);padding:3px 10px;border-radius:20px;margin-bottom:16px}.lb-title{font-size:1.5rem;font-weight:700;line-height:1.2;margin-bottom:12px}.lb-meta{font-size:.78rem;color:var(--gm);line-height:1.6}.lb-meta,.lb-status{margin-bottom:16px}.lb-price{font-size:1.2rem;font-weight:700;color:var(--burg)}.lb-badge{display:inline-block;font-size:.7rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:5px 14px;border-radius:4px}.lb-badge.sold{background:#eee;color:var(--gm)}.lb-badge.reserved{background:#fff3e0;color:#e65100}.lb-divider{height:1px;background:var(--gl);margin:16px 0}.lb-desc{font-size:.88rem;line-height:1.7;color:var(--gd)}.lb-actions{margin-top:24px;display:flex;flex-direction:column;gap:10px}.lb-btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:var(--font);font-size:.84rem;font-weight:600;color:var(--white);background:var(--burg);border:none;border-radius:6px;padding:13px 24px;cursor:pointer;text-decoration:none;transition:background .2s;width:100%;text-align:center}.lb-btn-primary:hover{background:var(--burg2)}.lb-btn-secondary{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:var(--font);font-size:.78rem;font-weight:500;color:var(--gd);background:none;border:1px solid var(--gl);border-radius:6px;padding:11px 24px;cursor:pointer;text-decoration:none;transition:all .2s;width:100%;text-align:center}.lb-btn-secondary:hover{border-color:var(--black);color:var(--black)}.lb-deposit-note{font-size:.68rem;color:var(--gm);line-height:1.5;margin-top:4px}footer{border-top:1px solid var(--gl);max-width:1400px;margin:0 auto;padding:20px 40px}.foot-text{font-size:.68rem;color:var(--gm)}@media(max-width:1080px){.nav-row a{padding:22px 12px;font-size:.8rem}.identity-grid,.works-grid{grid-template-columns:repeat(2,1fr)}.expo-gallery{grid-template-columns:repeat(3,1fr)}.lb-content{flex-direction:column}.lb-gallery{max-width:100%}.lb-info{flex:none;width:100%;position:static}.ed-body .ed-img.wide{margin-left:0;margin-right:0;max-width:100%}.slide{flex-direction:column;gap:28px}.slide-img,.slide-img.landscape,.slide-img.portrait,.slide-img.square{max-width:100%;width:auto}.slide-img img{max-height:400px;max-width:100%}.slide-img.portrait img,.slide-img.square img{height:auto;max-height:400px}.slide-img.landscape img{width:100%;height:auto}}@media(max-width:768px){html{font-size:16px}.header-row{padding:0 16px;height:64px;flex-wrap:nowrap}.logo{margin-right:12px;flex-shrink:0}.desktop-nav{display:none}.mob-header-right{display:flex}.view{margin-top:64px;padding:28px 16px 40px}.view.narrow{padding-left:16px;padding-right:16px}.page-title{font-size:1.5rem}.carousel-wrap{padding:20px 16px 0}.slide-img img{max-height:340px}.series-grid{grid-template-columns:1fr;gap:16px}.identity-grid,.works-grid{grid-template-columns:repeat(2,1fr);gap:12px}.identity-grid{max-width:100%}.identity-card{aspect-ratio:3/4;max-height:260px}.expo-grid{grid-template-columns:1fr}.expo-gallery{grid-template-columns:repeat(2,1fr)}.ed-body .ed-img-pair,.press-grid,.press-index-grid{grid-template-columns:1fr}.ed-body .ed-img-pair img{height:220px}.ed-title{font-size:1.6rem}.lb-close{top:12px;right:16px}.lb-content{padding:60px 16px 40px;gap:24px}.carousel-controls{margin-top:24px;padding-bottom:28px}footer{padding:16px}}@media(max-width:480px){.works-grid{grid-template-columns:1fr;gap:16px}.work-card{aspect-ratio:3/4}.wo-title{font-size:.9rem}.wo-dims{font-size:.7rem}.wo-btn{font-size:.72rem;padding:9px 10px}}