:root{--g-bg:#0a0a0a;--g-fg:#fff;--g-muted:#666;--g-line:#1a1a1a;--g-chrome:rgba(10,10,10,.92)}
[data-theme="light"]{--g-bg:#f1f0ed;--g-fg:#111;--g-muted:#737373;--g-line:#d7d5d0;--g-chrome:rgba(241,240,237,.93)}
*{box-sizing:border-box}html,body{margin:0;background:var(--g-bg)}body{overflow:hidden}.gallery-page{height:100dvh;padding-top:72px;display:grid;grid-template-rows:minmax(0,1fr) 120px 32px;background:var(--g-bg);color:var(--g-fg);font-family:Arial,"PingFang SC","Microsoft YaHei",sans-serif}.gallery-page a{color:inherit;text-decoration:none}
.gallery-nav{position:fixed;z-index:80;inset:0 0 auto;height:72px;padding:0 clamp(18px,2.5vw,42px);display:grid;grid-template-columns:1fr auto 1fr auto;align-items:center;gap:34px;border-bottom:1px solid var(--g-line);background:var(--g-chrome);backdrop-filter:blur(18px)}.gallery-brand{display:flex;align-items:center;gap:11px;width:max-content}.gallery-brand-mark{position:relative;width:34px;height:34px;border:1px solid rgba(255,255,255,.25);border-radius:50%;background:linear-gradient(135deg,#d8d8da,#313135)}.gallery-brand-mark i{position:absolute;inset:7px;border:1px solid rgba(0,0,0,.55);border-radius:50%}.gallery-brand b,.gallery-brand small{display:block;text-transform:uppercase;letter-spacing:.16em}.gallery-brand b{font-size:9px;line-height:1.2}.gallery-brand small{margin-top:2px;color:var(--g-muted);font-size:7px}.gallery-breadcrumb{display:flex;align-items:baseline;gap:11px;white-space:nowrap}.gallery-breadcrumb a,.gallery-breadcrumb>span,.gallery-breadcrumb small{color:var(--g-muted);font-size:8px;letter-spacing:.15em}.gallery-breadcrumb a:hover{color:var(--g-fg)}.gallery-breadcrumb strong{font-size:12px;font-weight:600}.gallery-breadcrumb small{margin-left:4px;letter-spacing:.18em}.gallery-site-links{display:flex;justify-self:end;gap:24px}.gallery-site-links a{position:relative;padding:8px 0;color:var(--g-muted);font-size:9px;letter-spacing:.16em;transition:color .25s}.gallery-site-links a:hover,.gallery-site-links a.is-active{color:var(--g-fg)}.gallery-site-links a.is-active::after{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background:var(--g-fg)}.gallery-theme{width:38px;height:38px;display:grid;place-items:center;border:1px solid var(--g-line);border-radius:50%;background:transparent;color:var(--g-fg);cursor:pointer}.gallery-theme svg{width:16px;height:16px}.gallery-theme .moon{display:none}[data-theme="light"] .gallery-theme .sun{display:none}[data-theme="light"] .gallery-theme .moon{display:block}
.gallery-intro{position:fixed;z-index:120;inset:0;padding:clamp(28px,4vw,66px);display:flex;flex-direction:column;justify-content:space-between;background:#0a0a0a;color:#fff;opacity:1;visibility:visible;transform:translate3d(0,0,0);transition:opacity .58s ease-in-out,visibility .58s ease-in-out,transform .58s ease-in-out}.gallery-intro.is-leaving{opacity:0;visibility:hidden;transform:translate3d(0,-10px,0)}.gallery-intro-index{display:flex;justify-content:space-between;border-top:1px solid #252525;padding-top:12px;color:#666;font-size:9px;letter-spacing:.2em}.gallery-intro-copy{padding-bottom:clamp(20px,4vh,60px)}.gallery-intro-copy>p{margin:0 0 20px;color:#777;font-size:12px;letter-spacing:.22em}.gallery-intro-copy h1{margin:0;font-size:clamp(70px,10vw,168px);font-weight:700;line-height:.88;letter-spacing:-.075em}.gallery-intro-copy>div{margin-top:42px;padding-top:18px;display:flex;align-items:center;gap:34px;border-top:1px solid #252525}.gallery-intro-copy strong{font-size:18px;font-weight:500}.gallery-intro-copy>div span{color:#666;font-size:11px;letter-spacing:.08em}.gallery-intro-copy>*{animation:intro-rise .7s both cubic-bezier(.22,1,.36,1)}.gallery-intro-copy h1{animation-delay:.08s}.gallery-intro-copy>div{animation-delay:.16s}@keyframes intro-rise{from{opacity:0;transform:translate3d(0,22px,0)}to{opacity:1;transform:translate3d(0,0,0)}}
.gallery-viewer{min-height:0;background:#0a0a0a}.gallery-stage{position:relative;height:100%;min-height:0;display:grid;grid-template-rows:minmax(0,1fr) 42px;overflow:hidden;background:#0a0a0a;color:#fff}.gallery-image-scroll{position:relative;min-height:0;grid-row:1;display:flex;align-items:center;justify-content:center;padding:24px clamp(76px,7vw,130px) 8px;overflow:hidden;overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.25) transparent}.gallery-image-scroll::before{content:"";position:absolute;z-index:0;inset:10%;background-color:#101010;background-image:var(--gallery-placeholder,linear-gradient(110deg,#0d0d0d 20%,#181818 42%,#0d0d0d 64%));background-repeat:no-repeat;background-position:center;background-size:contain;filter:blur(18px);opacity:0;transform:scale(1.02);transition:opacity .24s ease;pointer-events:none}.gallery-image-scroll.is-loading::before{opacity:.72}.gallery-image-scroll.is-long{align-items:flex-start;overflow-y:auto}.gallery-main-picture{--zoom-scale:1;--pan-x:0px;--pan-y:0px;position:relative;z-index:1;display:flex;max-width:100%;height:100%;align-items:center;justify-content:center;transform:translate3d(var(--pan-x),var(--pan-y),0) scale(var(--zoom-scale));transition:opacity .3s ease-in-out,transform .3s ease-in-out;will-change:opacity,transform}.gallery-main-picture.is-changing{opacity:0}.gallery-main-picture img{display:block;width:auto;height:auto;max-width:100%;max-height:100%;object-fit:contain}.gallery-image-scroll.is-long .gallery-main-picture{width:min(100%,1100px);height:auto;max-width:none;align-items:flex-start}.gallery-image-scroll.is-long .gallery-main-picture img{width:100%;height:auto;max-width:none;max-height:none}.gallery-back{position:absolute;z-index:10;top:22px;left:28px;display:flex;align-items:center;gap:10px;color:rgba(255,255,255,.64);font-size:9px;letter-spacing:.16em;transition:color .25s}.gallery-back:hover{color:#fff}.gallery-back svg{width:19px;height:19px}.gallery-counter{position:absolute;z-index:10;top:22px;left:50%;margin:0;display:flex;gap:9px;transform:translateX(-50%);color:rgba(255,255,255,.45);font-size:9px;letter-spacing:.2em}.gallery-counter strong{color:#fff;font-weight:500}.gallery-arrow{position:absolute;z-index:12;top:50%;width:48px;height:48px;display:grid;place-items:center;transform:translateY(-50%);border:1px solid rgba(255,255,255,.2);border-radius:50%;background:rgba(0,0,0,.42);color:#fff;cursor:pointer;backdrop-filter:blur(10px);transition:background .25s,border-color .25s}.gallery-arrow:hover{border-color:rgba(255,255,255,.55);background:rgba(255,255,255,.12)}.gallery-arrow svg{width:20px;height:20px}.gallery-arrow-left{left:26px}.gallery-arrow-right{right:26px}.gallery-caption{grid-row:2;display:flex;align-items:center;justify-content:center;gap:14px;padding:0 20px;color:#fff}.gallery-caption h1{margin:0;font-size:12px;font-weight:500;letter-spacing:.06em}.gallery-caption p{margin:0;color:#666;font-size:9px;letter-spacing:.16em}.gallery-caption p::before{content:"/";margin-right:14px}
.gallery-thumbnails{min-width:0;border-top:1px solid var(--g-line);background:var(--g-bg)}.gallery-thumb-track{height:100%;padding:10px 24px;display:flex;align-items:center;gap:12px;overflow-x:auto;overflow-y:hidden;overscroll-behavior-inline:contain;scrollbar-width:none;cursor:grab;touch-action:pan-x}.gallery-thumb-track::-webkit-scrollbar{display:none}.gallery-thumb-track.is-dragging{cursor:grabbing}.gallery-thumb{position:relative;width:160px;height:100px;flex:0 0 160px;padding:0;overflow:hidden;border:2px solid transparent;background:#111;opacity:.6;cursor:pointer;pointer-events:auto;touch-action:manipulation;transform:translate3d(0,0,0);transition:opacity .3s ease-in-out,border-color .3s ease-in-out,transform .3s ease-in-out}.gallery-thumb:hover{opacity:1}.gallery-thumb.is-active{border-color:#fff;opacity:1}.gallery-thumb img{display:block;width:100%;height:100%;object-fit:cover;pointer-events:none}.gallery-thumb span{position:absolute;top:6px;left:7px;padding:3px 4px;background:rgba(0,0,0,.58);color:#fff;font-size:7px;letter-spacing:.12em;pointer-events:none}
.gallery-footer{padding:0 24px;display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--g-line);color:var(--g-muted);font-size:7px;letter-spacing:.16em}.gallery-footer div{display:flex;gap:20px}.gallery-footer a:hover{color:var(--g-fg)}.gallery-empty{display:grid;place-items:center;align-content:center;gap:30px;background:#0a0a0a;color:#fff}.gallery-empty a{display:flex;align-items:center;gap:10px;font-size:10px}.gallery-empty svg{width:20px}.gallery-empty p{color:#666}
.gallery-page[data-gallery-api] .gallery-caption h1,.gallery-page[data-gallery-api] .gallery-thumb span{display:none}.gallery-page[data-gallery-api] .gallery-caption p::before{display:none}.is-aigc .gallery-main-picture{cursor:zoom-in}.is-aigc .gallery-image-scroll.is-zoomed{align-items:flex-start;justify-content:flex-start;overflow:auto;cursor:zoom-out}.is-aigc .gallery-image-scroll.is-zoomed .gallery-main-picture{width:160%;height:auto;max-width:none;max-height:none;flex:0 0 160%;margin:auto;cursor:zoom-out}.is-aigc .gallery-image-scroll.is-zoomed .gallery-main-picture img{width:100%;height:auto;max-width:none;max-height:none}.is-aigc .gallery-thumb span,.is-render3d .gallery-thumb span,.is-brand-materials .gallery-thumb span{display:none}.is-brand-materials .gallery-thumb.is-group-start{margin-left:28px}.is-render3d .gallery-main-picture{cursor:zoom-in;touch-action:none;transition:opacity .3s ease-in-out}.is-render3d .gallery-image-scroll.has-zoom .gallery-main-picture{cursor:grab}.is-render3d .gallery-image-scroll.is-panning .gallery-main-picture{cursor:grabbing}.gallery-info-toggle{position:absolute;z-index:13;right:28px;bottom:8px;height:28px;padding:0 10px;display:flex;align-items:center;gap:8px;border:1px solid rgba(255,255,255,.2);border-radius:999px;background:rgba(0,0,0,.4);color:#fff;cursor:pointer}.gallery-info-toggle span{width:15px;height:15px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.45);border-radius:50%;font:9px Georgia,serif}.gallery-info-toggle em{font-style:normal;font-size:7px;letter-spacing:.18em}.gallery-info-panel{position:fixed;z-index:70;top:72px;right:0;bottom:152px;width:min(410px,38vw);padding:0 28px;overflow-y:auto;border-left:1px solid var(--g-line);background:var(--g-chrome);color:var(--g-fg);opacity:0;pointer-events:none;transform:translate3d(100%,0,0);transition:opacity .3s ease-in-out,transform .3s ease-in-out;backdrop-filter:blur(20px)}.gallery-info-panel.is-open{opacity:1;pointer-events:auto;transform:translate3d(0,0,0)}.gallery-info-panel header{height:64px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--g-line)}.gallery-info-panel header>span{color:var(--g-muted);font-size:8px;letter-spacing:.2em}.gallery-info-panel header button{width:34px;height:34px;display:grid;place-items:center;border:1px solid var(--g-line);border-radius:50%;background:transparent;color:var(--g-fg);cursor:pointer}.gallery-info-panel header svg{width:15px;height:15px}.gallery-info-panel dl{margin:0}.gallery-info-panel dl>div{padding:24px 0;border-bottom:1px solid var(--g-line)}.gallery-info-panel dt{margin-bottom:11px;color:var(--g-muted);font-size:8px;letter-spacing:.16em}.gallery-info-panel dd{margin:0;font-size:12px;line-height:1.8}
@media(max-width:1024px){.gallery-page{grid-template-rows:minmax(0,1fr) 100px 32px}.gallery-nav{grid-template-columns:1fr auto auto;gap:22px}.gallery-breadcrumb a,.gallery-breadcrumb>span,.gallery-breadcrumb small{display:none}.gallery-site-links{display:none}.gallery-thumb-track{padding:10px 18px}.gallery-thumb{width:120px;height:80px;flex-basis:120px}.gallery-image-scroll{padding-inline:70px}.gallery-arrow-left{left:18px}.gallery-arrow-right{right:18px}}
@media(max-width:767px){.gallery-page{height:100svh;padding-top:64px;grid-template-rows:minmax(0,1fr) 80px}.gallery-nav{height:64px;padding:0 14px;grid-template-columns:auto 1fr auto;gap:12px}.gallery-brand>span:last-child{display:none}.gallery-brand-mark{width:30px;height:30px}.gallery-breadcrumb{justify-self:center}.gallery-breadcrumb strong{font-size:11px}.gallery-breadcrumb small{display:block;font-size:7px}.gallery-theme{width:34px;height:34px}.gallery-image-scroll{padding:50px 18px 6px}.gallery-back{top:16px;left:16px}.gallery-back span{display:none}.gallery-counter{top:18px}.gallery-arrow{width:40px;height:40px;top:auto;bottom:47px}.gallery-arrow-left{left:14px}.gallery-arrow-right{right:14px}.gallery-caption{height:40px;padding-inline:62px;overflow:hidden}.gallery-caption h1{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:10px}.gallery-caption p{display:none}.gallery-thumbnails{height:80px}.gallery-thumb-track{padding:10px 12px;gap:8px}.gallery-thumb{width:80px;height:60px;flex-basis:80px}.gallery-thumb span{top:4px;left:4px;font-size:6px}.is-brand-materials .gallery-thumb.is-group-start{margin-left:16px}.gallery-footer{display:none}.gallery-intro{padding:22px 18px 34px}.gallery-intro-copy>p{font-size:9px}.gallery-intro-copy h1{font-size:clamp(56px,18vw,82px);line-height:.92}.gallery-intro-copy>div{margin-top:28px;align-items:flex-start;gap:14px;flex-direction:column}.gallery-intro-copy strong{font-size:16px}.gallery-intro-copy>div span{font-size:9px;line-height:1.7}.gallery-info-toggle{right:12px;bottom:7px}.gallery-info-toggle em{display:none}.gallery-info-panel{z-index:75;top:auto;right:0;bottom:80px;width:100%;height:min(48vh,440px);padding:0 20px;border-top:1px solid var(--g-line);border-left:0;transform:translate3d(0,100%,0)}.gallery-info-panel.is-open{transform:translate3d(0,0,0)}.is-aigc .gallery-image-scroll.is-zoomed .gallery-main-picture{width:220%;flex-basis:220%}}
@media(prefers-reduced-motion:reduce){.gallery-main-picture,.gallery-thumb,.gallery-intro{transition:none!important}.gallery-intro-copy>*{animation:none!important}}
