:root{--bg:#f4f2eb;--ink:#20221e;--line:#d1d1c7;--ease:cubic-bezier(.2,.8,.2,1)}*{box-sizing:border-box}html{scroll-behavior:smooth;scrollbar-gutter:stable}body{margin:0;background:var(--bg);color:var(--ink);font-family:Arial,"Microsoft YaHei",sans-serif}body:has(dialog[open]){overflow:hidden}a{color:inherit;text-decoration:none}button{font:inherit;border:0;background:none;color:inherit;cursor:pointer;padding:0}img{display:block;max-width:100%;height:auto}a,button{touch-action:manipulation;-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible{outline:2px solid;outline-offset:6px}[hidden]{display:none!important}.skip{position:fixed;top:-100px;z-index:100;background:#fff;padding:20px}.skip:focus{top:0}.nav{position:absolute;top:0;left:0;right:0;z-index:10;color:#fff;display:flex;align-items:center;justify-content:space-between;padding:24px 3vw;height:90px;border-bottom:1px solid #ffffff40;gap:20px}.brand{display:flex;align-items:center;font-size:33px;letter-spacing:-3px;font-weight:700;gap:2px}.brand>span:first-child{font-weight:300;opacity:.65}.brand-name{font-size:8px;letter-spacing:1px;line-height:1.3;margin-left:15px}.nav-mid{font-size:8px;letter-spacing:1.3px}.nav>div{display:flex;gap:28px;align-items:center;font-size:11px}.nav sup{font-size:7px;margin-left:4px}.nav button span{font-size:17px;margin-left:12px}.index-mode .nav,.pending-mode .nav{position:relative;background:var(--bg);color:var(--ink);border-color:var(--line)}
.photo-stage{height:90svh;min-height:660px;max-height:920px;position:relative;background:#292c25;color:#fff;overflow:hidden}.stage-pictures{position:absolute;inset:0;display:grid;grid-template-columns:29% 42% 29%;gap:3px}.stage-pictures img{width:100%;height:100%;object-fit:cover;object-position:center 27%}.stage-pictures>div{overflow:hidden}.stage-pictures>div:nth-child(2) img{object-position:center 33%}.photo-stage::after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,#0006,transparent 25%,transparent 45%,#0008);pointer-events:none}.stage-meta{position:absolute;z-index:1;top:120px;left:3vw;right:3vw;display:flex;justify-content:space-between;font-size:9px;letter-spacing:1px}.stage-heading{position:absolute;z-index:1;bottom:55px;left:4vw;right:4vw;display:flex;justify-content:space-between;align-items:end;gap:30px}.stage-heading h1{font-family:Georgia,'Times New Roman',serif;font-weight:400;font-style:italic;font-size:clamp(75px,10vw,160px);letter-spacing:-.065em;line-height:.85;margin:0;text-shadow:0 2px 20px #0002}.stage-heading h1 span{display:block;font-size:.75em;margin-left:7vw;line-height:1.05}.stage-heading .side-note{font-size:11px;line-height:1.9;max-width:250px}.stage-heading .side-note a{display:inline-block;border-bottom:1px solid #fff8;padding-bottom:8px;margin-top:15px}.stage-bottom{position:absolute;z-index:1;bottom:18px;left:3vw;right:3vw;display:flex;justify-content:space-between;font-size:8px;letter-spacing:1px}.intro-line{padding:36px 4vw;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);gap:20px}.intro-line p{margin:0;font-size:16px;letter-spacing:.3px}.intro-line small{font-size:8px;letter-spacing:1px}
.collection-section{padding:80px 4vw 75px;scroll-margin-top:15px}.section-top{display:flex;justify-content:space-between;align-items:end;margin-bottom:48px;gap:25px}.eyebrow{font-size:9px;letter-spacing:1.2px}.section-top h2{font-family:Georgia,serif;font-weight:400;font-size:58px;letter-spacing:-2px;margin:14px 0 0}.section-top h2 em{font-weight:400}.filter-bar{display:flex;gap:25px;font-size:11px}.filter-bar button{padding-bottom:7px;border-bottom:1px solid transparent}.filter-bar button.active{border-color:var(--ink)}.collection-grid{display:grid;grid-template-columns:1fr 1fr;column-gap:5vw;row-gap:70px;align-items:start}.collection-card:nth-child(even){margin-top:130px}.card-media{display:grid;grid-template-columns:1.25fr 1fr;align-items:end;gap:12px;background:#e8e7e0;padding:20px;min-height:340px;overflow:hidden}.card-media img{width:100%;max-height:500px;object-fit:contain;object-position:bottom}.card-media img:nth-child(2){max-height:330px;margin-bottom:25px}.collection-card .card-media img{transition:transform .8s var(--ease)}.collection-card:hover .card-media img:first-child{transform:translateY(-7px)}.card-label{display:flex;justify-content:space-between;border-top:1px solid var(--line);margin-top:19px;padding-top:15px;align-items:start;gap:15px}.card-label h3{font-family:Georgia,serif;font-weight:400;font-style:italic;font-size:37px;letter-spacing:-1px;margin:0 0 8px}.card-label p{font-size:10px;margin:0;color:#686c60}.card-label>span{font-size:10px;padding-top:6px}.card-label .arrow{font-size:25px;padding-top:0}.pending-card .pending-art{height:420px;background:#222820;color:#cad1c0;position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;overflow:hidden}.pending-art::before,.pending-art::after{content:'';width:260px;height:310px;border:1px solid #5e6957;position:absolute;transform:rotate(15deg)}.pending-art::after{transform:rotate(-15deg)}.pending-art .pending-glyph{font-family:Georgia,serif;font-style:italic;font-size:98px;letter-spacing:-8px;z-index:1}.pending-art small{z-index:1;font-size:8px;letter-spacing:2px;margin-top:15px}.pending-card .pending-status{display:inline-flex;align-items:center;gap:7px}.status-dot{width:5px;height:5px;background:#697d50;border-radius:50%;display:inline-block}.pending-card:hover .pending-art::before{transform:rotate(25deg);transition:transform .7s var(--ease)}
.manifesto{padding:100px 7vw;background:#21271f;color:#edf0e7;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:8vw}.manifesto h2{font-family:Georgia,serif;font-size:clamp(45px,6.5vw,105px);line-height:.95;font-weight:400;font-style:italic;margin:28px 0}.manifesto p{font-size:12px;line-height:1.9;color:#c0c8b6}.manifesto .detail-pair{display:flex;align-items:center;gap:22px}.detail-pair img{width:calc(50% - 11px);object-fit:contain;max-height:420px}.detail-pair img:last-child{margin-top:110px}.footer{padding:30px 4vw;background:var(--bg)}.footer-line{display:flex;justify-content:space-between;gap:20px;font-size:9px}.footer-logo{font-family:Georgia,serif;font-style:italic;font-size:11.8vw;line-height:1;letter-spacing:-.055em;margin:50px 0 10px}
.project .photo-stage{height:88svh;max-height:850px}.project .stage-heading h1{font-size:clamp(60px,10vw,150px)}.project .stage-heading .side-note{max-width:260px}.project-bar{position:sticky;top:0;z-index:5;background:#f4f2ebed;backdrop-filter:blur(12px);display:flex;align-items:center;justify-content:space-between;padding:21px 4vw;border-bottom:1px solid var(--line);font-size:10px;gap:16px}.project-bar .view-switch{display:flex;gap:15px}.view-switch button.active{text-decoration:underline;text-underline-offset:5px}.gallery-head{display:flex;justify-content:space-between;gap:20px;padding:47px 4vw 12px;font-size:9px;letter-spacing:.6px}.gallery{padding:25px 4vw 70px;display:grid;grid-template-columns:repeat(12,1fr);gap:65px 3vw;align-items:center}.shot{border:0;margin:0;cursor:zoom-in;text-align:left;width:100%}.shot img{width:100%;height:auto;object-fit:contain;max-height:610px}.shot .caption{display:flex;justify-content:space-between;font-size:8px;padding-top:13px;color:#6c6e64}.gallery .shot:nth-child(4n+1){grid-column:1 / span 6}.gallery .shot:nth-child(4n+2){grid-column:8 / span 4}.gallery .shot:nth-child(4n+3){grid-column:2 / span 4}.gallery .shot:nth-child(4n){grid-column:7 / span 6}.gallery .shot:only-child{grid-column:4 / span 6}.gallery .shot:last-child:nth-child(odd){grid-column:4 / span 6}.gallery.compact{grid-template-columns:repeat(4,1fr);gap:35px 25px;align-items:start}.gallery.compact .shot{grid-column:auto!important}.gallery.compact img{height:290px;object-position:bottom}.next-collection{background:#242a22;color:#f0f1e9;padding:45px 4vw;display:grid;grid-template-columns:1fr 160px;align-items:center;gap:30px}.next-collection span{font-size:9px;letter-spacing:1px}.next-collection h2{font-family:Georgia,serif;font-size:6vw;line-height:1.1;font-style:italic;font-weight:400;margin:23px 0 0;letter-spacing:-2px}.next-collection img{height:150px;max-width:130px;object-fit:contain;justify-self:end}.next-collection .next-symbol{font-size:55px;text-align:right}
.archive{padding:45px 4vw 80px}.archive-head{display:flex;align-items:end;justify-content:space-between;gap:25px}.archive h1{font-family:Georgia,serif;font-style:italic;font-weight:400;font-size:76px;margin:20px 0 35px;letter-spacing:-4px}.archive-tabs{display:flex;gap:10px;flex-wrap:wrap;padding:10px 0 35px}.archive-tabs button{font-size:10px;border:1px solid var(--line);padding:10px 14px;border-radius:20px}.archive-tabs button.active{background:var(--ink);color:var(--bg)}.archive-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:35px 24px}.archive-grid img{height:260px;object-fit:contain;object-position:bottom}.pending-page{min-height:calc(100svh - 90px);padding:60px 7vw;background:#e6e9df;display:grid;grid-template-columns:1.3fr 1fr;align-items:center;gap:8vw}.pending-page h1{font-family:Georgia,serif;font-style:italic;font-weight:400;font-size:clamp(65px,8vw,120px);line-height:.9;letter-spacing:-5px;margin:30px 0}.pending-page .cn{font-size:22px;margin:30px 0}.pending-page p{font-size:13px;line-height:1.8}.pending-page a{display:inline-block;font-size:12px;margin-top:35px;padding-bottom:8px;border-bottom:1px solid}.pending-page .pending-art{height:440px;position:relative;display:flex;align-items:center;justify-content:center;flex-direction:column;background:#d0d7c8}.pending-page .pending-art::before,.pending-page .pending-art::after{border-color:#a3af95}.pending-page .pending-glyph{font-size:100px}
dialog{border:0;color:var(--ink);background:var(--bg);padding:0}dialog::backdrop{background:#10150ec9;backdrop-filter:blur(5px)}#menu{max-width:none;max-height:none;width:100%;height:100dvh;margin:0;padding:0 4vw;overflow:auto}.dialog-head{display:flex;justify-content:space-between;font-size:11px;padding:28px 0;border-bottom:1px solid var(--line)}.dialog-head button{padding:5px}.menu-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 5vw}.menu-item{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:20px 0;border-bottom:1px solid var(--line);min-height:145px}.menu-item .menu-copy small{font-size:8px;color:#6c7265}.menu-item h2{font-family:Georgia,serif;font-style:italic;font-weight:400;font-size:36px;margin:10px 0}.menu-item img{width:67px;height:95px;object-fit:cover}.menu-item .blank-mark{font-family:Georgia,serif;font-style:italic;font-size:42px;padding-right:10px}.menu-item p{font-size:10px;margin:0}.menu-end{font-size:9px;display:flex;justify-content:space-between;padding:28px 0;gap:20px}#viewer{width:100%;height:100dvh;max-width:none;max-height:none;margin:0;background:#191c17;color:#eef1e8;overflow:hidden}.viewer-head,.viewer-foot{position:absolute;left:25px;right:25px;display:flex;justify-content:space-between;gap:20px;font-size:10px;z-index:2}.viewer-head{top:22px}.viewer-head button{padding:8px}.viewer-foot{bottom:22px}#view-image{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:auto;height:auto;max-width:calc(100vw - 125px);max-height:calc(100dvh - 120px);object-fit:contain}.previous,.next{position:absolute;top:46%;width:50px;height:60px;z-index:2;font-size:32px}.previous{left:7px}.next{right:7px}.enter{animation:enter .65s var(--ease) both}@keyframes enter{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}
@media(max-width:1000px){.nav-mid{display:none}.photo-stage{min-height:600px}.collection-card:nth-child(even){margin-top:85px}.card-media{min-height:280px;padding:12px}.card-label h3{font-size:31px}.filter-bar{gap:16px}.archive-grid{grid-template-columns:repeat(4,1fr)}.menu-item h2{font-size:30px}}
@media(max-width:600px){.nav{height:74px;padding:17px 5vw}.brand{font-size:27px}.brand-name{font-size:6px;margin-left:10px}.nav>div{gap:17px;font-size:10px}.nav button span{margin-left:5px}.nav>div>a:nth-child(2){display:none}.photo-stage,.project .photo-stage{height:83svh;min-height:550px;max-height:750px}.stage-pictures{grid-template-columns:57% 43%;gap:2px}.stage-pictures>div:nth-child(3){display:none}.stage-pictures img{object-position:50% 25%}.stage-pictures>div:first-child img{object-position:48% 28%}.stage-meta{top:99px;left:5vw;right:5vw;font-size:7px;line-height:1.5}.stage-meta>span:last-child{max-width:95px;text-align:right}.stage-heading{left:5vw;right:5vw;bottom:45px;display:block}.stage-heading h1{font-size:22vw;letter-spacing:-.06em}.stage-heading h1 span{font-size:.72em;margin-left:12vw}.stage-heading .side-note{font-size:10px;margin-top:24px;max-width:260px}.stage-heading .side-note a{margin-top:7px}.stage-bottom{left:5vw;right:5vw;font-size:6px;bottom:16px}.intro-line{padding:25px 5vw}.intro-line p{font-size:12px;line-height:1.7}.intro-line small{font-size:7px;max-width:85px;text-align:right;line-height:1.6}.collection-section{padding:42px 5vw}.section-top{display:block;margin-bottom:30px}.section-top h2{font-size:42px;margin-top:13px}.filter-bar{margin-top:25px;font-size:10px;gap:25px}.collection-grid{grid-template-columns:1fr;gap:36px}.collection-card:nth-child(even){margin-top:0}.card-media{min-height:260px;padding:15px;gap:12px}.card-media img{max-height:365px}.card-media img:nth-child(2){max-height:260px;margin-bottom:20px}.card-label{margin-top:13px;padding-top:12px}.card-label h3{font-size:32px}.card-label p{font-size:9px}.card-label>span{font-size:9px}.pending-card .pending-art{height:315px}.pending-art::before,.pending-art::after{width:200px;height:240px}.manifesto{padding:50px 7vw;grid-template-columns:1fr;gap:35px}.manifesto h2{font-size:61px}.manifesto .detail-pair{gap:15px}.detail-pair img{width:calc(50% - 8px);max-height:280px}.detail-pair img:last-child{margin-top:60px}.footer-line{font-size:7px;gap:12px;flex-wrap:wrap}.footer-logo{font-size:13vw;margin-top:35px}.project .stage-heading h1{font-size:18vw;line-height:.94;max-width:90vw}.project .stage-heading .side-note{margin-top:20px}.project-bar{padding:17px 5vw;font-size:9px}.project-bar>span{display:none}.gallery-head{padding:29px 5vw 8px;font-size:8px}.gallery{padding:20px 5vw 45px;grid-template-columns:1fr 1fr;gap:33px 16px;align-items:center}.gallery .shot:nth-child(n){grid-column:auto}.gallery .shot:first-child{grid-column:1/-1;width:86%;justify-self:center}.gallery .shot:last-child:nth-child(even){grid-column:1/-1;width:76%;justify-self:center}.gallery .shot img{max-height:540px}.shot .caption{font-size:7px;gap:5px}.gallery.compact{grid-template-columns:1fr 1fr;gap:30px 16px}.gallery.compact .shot:nth-child(n){width:100%;grid-column:auto}.gallery.compact img{height:220px}.next-collection{padding:30px 5vw;grid-template-columns:1fr 70px;gap:20px}.next-collection h2{font-size:11vw;letter-spacing:-1.5px}.next-collection img{height:110px;width:70px}.next-collection span{font-size:7px}.archive{padding:30px 5vw 50px}.archive h1{font-size:58px;margin:15px 0 30px}.archive-head{display:block}.archive-grid{grid-template-columns:1fr 1fr;gap:25px 16px}.archive-grid img{height:240px}.archive-tabs{gap:7px}.archive-tabs button{font-size:9px;padding:9px 10px}.pending-page{padding:45px 7vw;grid-template-columns:1fr;gap:40px}.pending-page h1{font-size:20vw;letter-spacing:-4px}.pending-page .pending-art{height:310px}.menu-grid{grid-template-columns:1fr}.menu-item{min-height:108px;padding:14px 0}.menu-item h2{font-size:29px;margin:7px 0}.menu-item img{height:80px;width:57px}.menu-end{font-size:7px}.menu-end span{max-width:140px;text-align:right}.dialog-head{padding:22px 0;font-size:10px}#view-image{max-width:calc(100vw - 35px);max-height:calc(100dvh - 150px)}.previous,.next{top:auto;bottom:33px;font-size:25px}.viewer-foot{font-size:8px;bottom:17px;left:18px;right:18px}.viewer-head{font-size:9px;left:18px;right:18px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition:none!important}}
@media(max-width:600px){.gallery .shot:last-child:nth-child(odd){grid-column:1/-1;width:86%;justify-self:center}.gallery.compact .shot:last-child:nth-child(odd){grid-column:auto;width:100%}.stage-pictures>div:nth-child(2) img{object-position:45% 33%}}

/* v7: give each portrait its own space and preserve its composition. */
.nav{position:relative;color:var(--ink);border-color:var(--line);height:86px}.photo-stage,.project .photo-stage{height:auto;min-height:650px;max-height:none;background:var(--bg);color:var(--ink);display:grid;grid-template-columns:1fr 1.05fr;gap:6vw;padding:55px 6vw 50px;overflow:visible}.photo-stage::after{display:none}.stage-copy{display:flex;flex-direction:column;justify-content:space-between;padding:15px 0;min-width:0}.stage-meta,.stage-heading,.stage-bottom{position:static}.stage-meta{font-size:9px;line-height:1.8}.stage-heading{display:block;margin:55px 0}.stage-heading h1,.project .stage-heading h1{font-size:clamp(60px,7.4vw,112px);text-shadow:none;line-height:.95;letter-spacing:-.06em;overflow-wrap:normal}.stage-heading h1 span{margin-left:0;font-size:.77em;line-height:1.2}.stage-heading .side-note,.project .stage-heading .side-note{margin-top:35px;max-width:300px;line-height:2;color:#66695e;font-size:12px}.stage-heading .side-note a{border-color:#8b8f80}.stage-bottom{display:flex;gap:15px;font-size:8px;letter-spacing:.6px}.single-cover{margin:0;display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:0}.single-cover img{width:auto;height:auto;max-width:100%;max-height:600px;object-fit:contain}.single-cover figcaption{font-size:7px;letter-spacing:1.2px;margin-top:16px;color:#727566}.collection-section{padding-left:8vw;padding-right:8vw}.collection-grid{column-gap:10vw;row-gap:65px}.card-media{display:flex;justify-content:center;align-items:end;min-height:0;height:470px;padding:0;background:none!important;overflow:visible}.card-media img{width:auto;height:auto;max-width:100%;max-height:470px;object-fit:contain}.collection-card:nth-child(even){margin-top:100px}.collection-card:hover .card-media img:first-child{transform:translateY(-4px)}.card-label h3{font-size:35px}.footer{border-top:1px solid var(--line);margin-top:25px}.footer-logo{font-size:9vw}.gallery{column-gap:5vw;padding-left:7vw;padding-right:7vw}.shot img{max-height:560px}.pending-card .pending-art{height:360px}.intro-line{padding-left:6vw;padding-right:6vw}
@media(max-width:1000px){.photo-stage,.project .photo-stage{min-height:560px;gap:5vw;padding:35px 5vw}.single-cover img{max-height:510px}.stage-heading h1,.project .stage-heading h1{font-size:7.7vw}.card-media{height:380px}.card-media img{max-height:380px}.card-label h3{font-size:28px}}
@media(max-width:600px){.nav{height:74px}.photo-stage,.project .photo-stage{display:flex;flex-direction:column;min-height:0;padding:28px 7vw 32px;gap:28px}.stage-copy{padding:0;display:contents}.stage-meta{order:0;font-size:7px}.stage-heading{order:1;margin:0}.stage-heading h1,.project .stage-heading h1{font-size:16vw;max-width:100%;line-height:1}.stage-heading h1 span{display:inline;font-size:1em;margin:0}.stage-heading .side-note,.project .stage-heading .side-note{font-size:10px;margin-top:16px}.stage-heading .side-note br{display:none}.stage-heading .side-note a{margin-top:0;margin-left:12px}.single-cover{order:2}.single-cover img{max-height:480px;max-width:100%;width:auto;height:auto}.stage-bottom{order:3;font-size:6px}.collection-section{padding:36px 7vw}.collection-grid{gap:38px}.collection-card:nth-child(even){margin-top:0}.card-media{height:auto;min-height:0}.card-media img{max-height:440px;max-width:100%;width:auto}.card-label h3{font-size:32px}.gallery{padding-left:7vw;padding-right:7vw}.intro-line{padding:24px 7vw}.footer-logo{font-size:12vw}}
@media(max-width:600px){.stage-heading h1 span{display:block;font-size:.85em;line-height:1.15}.stage-meta>span:last-child{max-width:none;text-align:left}}

/* v8: paired collection covers; one focused portrait per interactive hero. */
.home-mode .nav,.project-mode .nav{position:absolute;color:#fff;border-color:#ffffff35}.photo-stage,.project .photo-stage{position:relative;display:block;height:92svh;min-height:650px;max-height:960px;padding:0;overflow:hidden;background:#32372f;color:#fff}.hero-backdrops,.hero-images,.hero-backdrop,.hero-slide{position:absolute;inset:0}.hero-backdrop{background-size:cover;background-position:center;filter:blur(38px) brightness(.45);transform:scale(1.15);opacity:0;transition:opacity 1s ease}.hero-backdrop.current{opacity:1}.hero-images{left:36%;right:9%;top:104px;bottom:78px}.hero-slide{display:flex;align-items:center;justify-content:center;opacity:0;transform:translateX(18px);transition:opacity .8s ease,transform 1s ease;pointer-events:none}.hero-slide.current{opacity:1;transform:none;pointer-events:auto}.hero-slide img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;box-shadow:0 18px 60px #0002}.stage-meta{position:absolute;top:120px;left:4vw;right:4vw;z-index:2;display:flex;justify-content:space-between;font-size:8px;max-width:none}.stage-meta>span:last-child{max-width:none}.stage-heading{position:absolute;left:4vw;right:auto;bottom:125px;z-index:2;margin:0;display:block;max-width:34%}.stage-heading h1,.project .stage-heading h1{font-size:clamp(60px,7vw,105px);line-height:.94;text-shadow:none;overflow-wrap:normal}.stage-heading h1 span{display:block;margin-left:0;font-size:.74em;line-height:1.15}.stage-heading .side-note,.project .stage-heading .side-note{color:#eee;font-size:11px;margin-top:28px;max-width:240px;line-height:1.9}.stage-heading .side-note a{border-color:#fff7}.stage-bottom{position:absolute;bottom:22px;left:4vw;right:4vw;z-index:3;display:flex;align-items:center;justify-content:space-between;font-size:8px}.hero-controls{display:flex;align-items:center;gap:20px}.hero-controls button{min-width:36px;min-height:40px;font-size:22px}.hero-controls .hero-play{font-size:10px;min-width:65px;margin-left:12px}.hero-count{font-size:10px;min-width:46px}.collection-grid{column-gap:5vw}.card-media{display:grid;grid-template-columns:1.25fr 1fr;align-items:end;gap:15px;padding:16px;height:auto;min-height:0;background:#e7e7de!important;overflow:hidden}.card-media img{width:100%;height:auto;max-height:480px;object-fit:contain}.card-media img:nth-child(2){max-height:330px;margin-bottom:25px}.collection-card:nth-child(even){margin-top:100px}
@media(max-width:1000px){.hero-images{left:39%;right:6%}.stage-heading{max-width:35%}.stage-heading h1,.project .stage-heading h1{font-size:7.5vw}.stage-meta>span:last-child{display:none}.card-media{gap:12px;padding:13px}}
@media(max-width:600px){.photo-stage,.project .photo-stage{height:92svh;min-height:690px;max-height:870px;display:block;padding:0}.hero-images{top:125px;bottom:220px;left:10%;right:10%}.stage-meta{top:94px;left:6vw;right:6vw;font-size:7px}.stage-heading{left:6vw;right:6vw;bottom:79px;max-width:none}.stage-heading h1,.project .stage-heading h1{font-size:14vw;line-height:1}.stage-heading h1 span{display:inline;font-size:.75em;margin-left:.15em}.stage-heading .side-note,.project .stage-heading .side-note{margin-top:12px;font-size:9px;max-width:none}.stage-heading .side-note br{display:none}.stage-heading .side-note a{margin-left:8px;margin-top:0}.stage-bottom{left:6vw;right:6vw;bottom:15px;font-size:6px}.hero-controls{gap:8px}.hero-controls button{font-size:20px;min-width:30px}.hero-controls .hero-play{margin-left:2px;font-size:9px;min-width:52px}.hero-count{font-size:8px;min-width:35px}.card-media{display:grid;grid-template-columns:1.25fr 1fr;gap:12px;padding:12px}.card-media img{width:100%;max-height:365px}.card-media img:nth-child(2){max-height:265px;margin-bottom:20px}.collection-card:nth-child(even){margin-top:0}}

/* v9: full-bleed layered frames, selected by numbered chapters. */
.photo-stage,.project .photo-stage{height:100svh;min-height:640px;max-height:1100px;background:#222}.hero-backdrops{display:none}.hero-images{inset:0}.hero-slide{display:block;transform:none;opacity:0;clip-path:inset(0 0 100% 0);transition:clip-path 1s cubic-bezier(.25,.8,.2,1),opacity .65s ease}.hero-slide.current{opacity:1;clip-path:inset(0 0 0 0)}.hero-slide img{display:block;width:100%;height:100%;max-width:none;max-height:none;object-fit:cover;object-position:center 30%;box-shadow:none}.photo-stage::after{content:'';display:block;position:absolute;inset:0;background:linear-gradient(180deg,#0004,transparent 28%,transparent 50%,#0008);pointer-events:none;z-index:1}.stage-heading{bottom:90px;max-width:65%;pointer-events:none}.stage-heading a{pointer-events:auto}.stage-heading h1,.project .stage-heading h1{font-size:clamp(75px,9.5vw,145px)}.stage-heading .side-note{max-width:290px}.hero-chapters{position:absolute;z-index:3;left:4vw;right:4vw;top:48%;display:flex;gap:4vw}.hero-chapters button{flex:1;min-width:0;height:88px;text-align:left;color:#fff;display:flex;flex-direction:column;justify-content:center;gap:14px}.hero-chapters button span{font:italic 32px Georgia,serif;opacity:.7;transition:opacity .3s,font-size .3s}.hero-chapters button.selected span{opacity:1;font-size:48px}.hero-chapters i{height:1px;background:#ffffff6b;width:100%;display:block}.hero-chapters button.selected i{background:#fff}.stage-meta{pointer-events:none}.stage-bottom{z-index:4}
@media(max-width:600px){.photo-stage,.project .photo-stage{height:100svh;min-height:690px;max-height:950px}.hero-images{inset:0}.hero-slide img{object-position:50% 30%}.stage-heading{bottom:85px;left:6vw;right:6vw;max-width:none}.stage-heading h1,.project .stage-heading h1{font-size:18vw}.stage-heading h1 span{display:block;font-size:.76em;margin:0}.hero-chapters{left:6vw;right:6vw;top:47%;gap:7vw}.hero-chapters button{height:65px}.hero-chapters button span{font-size:24px}.hero-chapters button.selected span{font-size:34px}.stage-heading .side-note{max-width:100%;font-size:9px}.stage-meta{top:100px}}
.hero-slide img{object-position:center top}@media(max-width:600px){.hero-slide img{object-position:center top}}

/* v10 automatic vertical film sequence, using the supplied hero selection. */
.photo-stage,.project .photo-stage{height:100svh;min-height:650px;max-height:1100px;background:#262720}.film-reels{position:absolute;inset:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;padding:0 20px}.film-reel{position:relative;overflow:hidden;min-width:0}.film-frame{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;opacity:0;transform:translateY(35%);transition:transform 1.5s cubic-bezier(.22,.7,.15,1),opacity 1.1s ease;pointer-events:none}.film-frame.current{opacity:1;transform:translateY(0)}.film-frame img{width:100%;height:auto;max-height:100%;object-fit:contain;animation:none}.film-frame.current img{animation:film-drift 5.2s ease-in-out both}.film-reel:nth-child(2) .film-frame{transition-delay:.18s}.film-reel:nth-child(3) .film-frame{transition-delay:.36s}.stage-heading{max-width:none;right:4vw;display:flex;align-items:end;justify-content:space-between;gap:20px;bottom:70px}.stage-heading h1,.project .stage-heading h1{font-size:clamp(68px,8vw,125px)}.stage-heading .side-note{max-width:250px}.photo-stage::after{background:linear-gradient(180deg,#0004,transparent 20%,transparent 53%,#0008)}@keyframes film-drift{0%{transform:translateY(5px)}50%{transform:translateY(-5px)}100%{transform:translateY(0)}}
@media(max-width:600px){.film-reels{grid-template-columns:1fr;padding:0;gap:0}.film-reel:nth-child(n+2){display:none}.film-frame img{height:100%;width:100%;object-fit:contain}.stage-heading{display:block;bottom:67px;left:6vw;right:6vw}.stage-heading h1,.project .stage-heading h1{font-size:18vw}.stage-heading .side-note{font-size:9px;margin-top:15px;max-width:100%}.photo-stage,.project .photo-stage{min-height:650px}}
@media(prefers-reduced-motion:reduce){.film-frame{transition:none}.film-frame.current img{animation:none}}

/* One continuous visual sequence. Dissolves overlap; no strips or cards. */
.cinema,.cinema-frame,.cinema-atmosphere,.cinema-photo{position:absolute;inset:0}.cinema{overflow:hidden}.cinema-frame{opacity:0;transition:opacity 2.2s ease;pointer-events:none}.cinema-frame.current{opacity:1;z-index:2}.cinema-frame.leaving{z-index:1}.cinema-atmosphere{background-size:cover;background-position:center;filter:blur(48px) brightness(.53) saturate(.8);transform:scale(1.18)}.cinema-photo{display:flex;justify-content:center;align-items:center;overflow:hidden}.cinema-photo img{height:100%;width:auto;max-width:100%;max-height:100%;object-fit:contain;transform-origin:50% 40%;mask-image:linear-gradient(90deg,transparent,#000 5%,#000 95%,transparent)}.cinema-frame.current .cinema-photo img,.cinema-frame.leaving .cinema-photo img{animation:cinema-drift 8.2s linear both}.cinema-frame:nth-child(even) .cinema-photo img{transform-origin:50% 60%}.photo-stage::after{z-index:3;background:linear-gradient(180deg,#0003,transparent 25%,transparent 60%,#0007)}.stage-heading,.stage-meta{z-index:4}.stage-heading{left:4vw;right:4vw;bottom:65px;align-items:end}.stage-heading h1,.project .stage-heading h1{font-size:clamp(65px,7.5vw,115px)}.stage-heading .side-note{max-width:230px}.stage-bottom{z-index:4}@keyframes cinema-drift{from{transform:scale(1)}to{transform:scale(1.045)}}
@media(max-width:600px){.cinema-photo img{width:100%;height:100%;object-fit:contain;mask-image:none}.stage-heading{bottom:70px}.stage-heading h1,.project .stage-heading h1{font-size:17vw}.stage-heading .side-note{max-width:100%}.cinema-atmosphere{filter:blur(36px) brightness(.5)}}
@media(prefers-reduced-motion:reduce){.cinema-frame{transition:opacity .3s}.cinema-frame.current .cinema-photo img,.cinema-frame.leaving .cinema-photo img{animation:none}}

/* Related portraits share a scene; alternate with the full-frame sequence. */
.scene-group .cinema-photo{inset:110px 8vw 155px;display:flex;align-items:center;justify-content:center;gap:4vw;overflow:visible}.scene-group .cinema-photo img{width:auto;height:auto;max-width:42%;max-height:100%;mask-image:none;object-fit:contain;transform-origin:center;box-shadow:0 12px 40px #0002}.scene-3 .cinema-photo{gap:3vw;inset:115px 5vw 165px}.scene-3 .cinema-photo img{max-width:29%;max-height:90%;width:auto;height:auto}.scene-3 .cinema-photo img:nth-child(2){align-self:flex-start;margin-top:10px;max-height:78%}.scene-3 .cinema-photo img:nth-child(3){align-self:flex-end;max-height:83%}.scene-group .cinema-atmosphere{filter:blur(65px) brightness(.38) saturate(.65)}
@media(max-width:600px){.scene-group .cinema-photo{inset:125px 6vw 225px;gap:4vw}.scene-group .cinema-photo img{max-width:47%;max-height:100%;width:auto;height:auto}.scene-3 .cinema-photo{inset:120px 6vw 240px;display:grid;grid-template-columns:1fr 1fr;gap:14px;align-items:center}.scene-3 .cinema-photo img{width:100%;height:auto;max-width:100%;max-height:100%;object-fit:contain}.scene-3 .cinema-photo img:first-child{grid-row:1/3}.scene-3 .cinema-photo img:nth-child(2),.scene-3 .cinema-photo img:nth-child(3){max-height:180px;align-self:center;margin:0}.scene-3 .cinema-photo img:nth-child(2){grid-column:2;grid-row:1}.scene-3 .cinema-photo img:nth-child(3){grid-column:2;grid-row:2}}

/* V12 composition with quiet, selectable chapter dots. */
.scene-dots{position:absolute;left:14px;top:48%;transform:translateY(-50%);z-index:6;display:flex;flex-direction:column;gap:2px}.scene-dots button{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%}.scene-dots button span{width:5px;height:5px;border-radius:50%;background:#ffffff80;box-shadow:0 1px 4px #0006;transition:transform .25s,background .25s}.scene-dots button.active span{background:#fff;transform:scale(1.4);outline:1px solid #ffffff90;outline-offset:4px}.scene-dots button:hover span{background:#fff}.scene-dots button:focus-visible{outline:1px solid white;outline-offset:0}@media(max-width:600px){.scene-dots{left:2px;top:43%;gap:0}.scene-dots button{width:30px;height:34px}}

/* Faster wheel response and a restrained camera push on every scene. */
.cinema-frame:not(.scene-group).current .cinema-photo img,.cinema-frame:not(.scene-group).leaving .cinema-photo img{animation:cinema-push 5s cubic-bezier(.2,.65,.25,1) both}
.cinema-frame.scene-group .cinema-photo img{animation:none}
.photo-stage.wheel-switch .cinema-frame{transition-duration:1.2s;transition-timing-function:cubic-bezier(.25,.8,.25,1)}
@keyframes cinema-push{from{transform:scale(1)}to{transform:scale(1.06)}}
@media(prefers-reduced-motion:reduce){.cinema-frame.current .cinema-photo img,.cinema-frame.leaving .cinema-photo img{animation:none}}

/* Updated identity, footer navigation and Digital Muse film placement. */
.brand{font-family:Georgia,'Times New Roman',serif;font-style:italic;letter-spacing:-2px}
.brand .brand-name{font-family:Arial,"Microsoft YaHei",sans-serif;font-style:normal;font-weight:700;opacity:1;letter-spacing:1px}
.footer-line{align-items:flex-start}
.back-top{display:flex;align-items:flex-start;gap:12px;text-align:left;margin-top:4px}
.back-top .back-arrow{font-size:78px;font-weight:200;line-height:.62}
.back-top span:last-child{font-size:17px;line-height:1.25;letter-spacing:4px;writing-mode:vertical-rl}
.footer-logo{display:block;width:100%;text-align:left}
.film-shot{cursor:default}
.film-shot video{display:block;width:100%;height:auto;max-height:610px;object-fit:contain;background:#e8e7e0}
.gallery.compact .film-shot video{height:290px;object-fit:contain}
@media(max-width:600px){.back-top .back-arrow{font-size:52px}.back-top span:last-child{font-size:12px;letter-spacing:2px}.film-shot video{max-height:540px}.gallery.compact .film-shot video{height:220px}}

/* Make the complete index discoverable without competing with the photographs. */
.nav .archive-link{display:inline-flex;align-items:center;gap:8px;padding:9px 12px;border:1px solid #ffffff55;border-radius:999px;background:#ffffff16;backdrop-filter:blur(10px);transition:background .25s,border-color .25s,transform .25s}
.nav .archive-link:hover{background:#ffffff2b;border-color:#ffffffa0;transform:translateY(-1px)}
.archive-link i{width:5px;height:5px;border-radius:50%;background:#fff;box-shadow:0 0 0 4px #ffffff21}
.archive-link b{font-size:14px;font-weight:400}.archive-link sup{margin-left:-4px}
.index-mode .nav .archive-link,.pending-mode .nav .archive-link{background:#20221e0b;border-color:#20221e35}
.index-mode .archive-link i,.pending-mode .archive-link i{background:var(--ink);box-shadow:0 0 0 4px #20221e12}
.digital-index-block{grid-column:1/-1;border-top:1px solid var(--line);margin-top:35px;padding-top:28px}
.digital-index-head{display:flex;justify-content:space-between;gap:20px;margin-bottom:30px;font-size:9px;letter-spacing:.7px}
.digital-index-main{width:min(270px,24%)}
.digital-index-secondary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;margin-top:42px;width:68%}
.digital-index-secondary .shot{opacity:.68;transition:opacity .35s,transform .35s}
.digital-index-secondary .shot:hover,.digital-index-secondary .shot:focus-visible{opacity:1;transform:translateY(-3px)}
.digital-index-block .shot img{height:auto;max-height:360px;object-fit:contain}
@media(max-width:600px){.nav>div>a:first-child{display:none}.nav>div .archive-link{display:inline-flex!important;padding:7px 9px;gap:6px}.archive-link b{display:none}.digital-index-main{width:56%}.digital-index-secondary{width:100%;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:28px}.digital-index-head{font-size:7px}.digital-index-secondary .shot{opacity:.72}.digital-index-block .shot img{height:auto;max-height:280px}}

/* Refined navigation and a single-row Digital Muse index. */
.nav .archive-link{padding:8px 2px 8px 10px;border:0;border-bottom:1px solid #ffffff5c;border-radius:0;background:transparent;backdrop-filter:none}
.nav .archive-link:hover{background:transparent;border-color:#fff;transform:translateX(2px)}
.index-mode .nav .archive-link,.pending-mode .nav .archive-link{background:transparent;border-color:#20221e55}
.digital-index-block{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}
.digital-index-head{grid-column:1/-1}
.digital-index-main,.digital-index-secondary{display:contents}
.digital-index-secondary .shot{opacity:1}
.digital-index-secondary .shot:hover,.digital-index-secondary .shot:focus-visible{opacity:1}
.digital-index-block .shot img{width:100%;height:360px;object-fit:contain}
.digital-card-media video{display:block;width:100%;height:auto;max-height:480px;object-fit:contain;pointer-events:none}
@media(max-width:600px){.nav>div .archive-link{padding:7px 1px 7px 7px}.digital-index-block{grid-template-columns:1fr 1fr;gap:22px 12px}.digital-index-block .shot img{height:auto;max-height:300px}.digital-card-media video{max-height:365px}}

/* Digital Muse: retain the original cover card and place motion alongside it. */
.digital-home-entry{grid-column:1/-1;display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,.62fr);gap:clamp(44px,7vw,110px);align-items:center;margin-top:74px!important}
.digital-card-copy{display:block;color:inherit;text-decoration:none}
.digital-home-film{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;min-width:0}
.digital-home-film video{display:block;width:auto;max-width:100%;height:min(56vw,520px);aspect-ratio:9/16;object-fit:cover;background:#e8e7e0}
.digital-home-film span{margin-top:10px;font-size:8px;letter-spacing:1px}
.film-cover{position:relative;line-height:0;overflow:hidden;background:#e8e7e0}
.film-cover video{display:block}
.film-play{position:absolute;left:50%;bottom:14%;transform:translateX(-50%);display:inline-flex;align-items:center;gap:9px;padding:11px 17px;border:1px solid #ffffffb8;border-radius:999px;background:#171815a8;color:#fff;font-size:11px;line-height:1;letter-spacing:.5px;backdrop-filter:blur(8px);box-shadow:0 5px 22px #0002;transition:background .25s,transform .25s}
.film-play:hover{background:#171815d9;transform:translateX(-50%) translateY(-2px)}
.film-play i{font-size:9px;font-style:normal}.film-play span{margin:0;font-size:11px;letter-spacing:.5px}

/* Restore the image-index pill and give the four Digital Muse frames an editorial rhythm. */
.nav .archive-link{padding:9px 13px;border:1px solid #ffffff70;border-radius:999px;background:#ffffff16;backdrop-filter:blur(10px)}
.nav .archive-link:hover{background:#ffffff2b;border-color:#ffffffb5;transform:translateY(-1px)}
.index-mode .nav .archive-link,.pending-mode .nav .archive-link{background:#20221e0b;border-color:#20221e40}
.digital-index-block{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:30px 24px}
.digital-index-head{grid-column:1/-1}
.digital-index-main{display:block;grid-column:1/span 5;width:auto}
.digital-index-secondary{display:grid;grid-column:7/-1;grid-template-columns:1fr 1fr;gap:38px 24px;width:auto;margin:58px 0 0}
.digital-index-secondary .shot{opacity:1}
.digital-index-main .shot img{width:100%;height:520px;max-height:none;object-fit:contain}
.digital-index-secondary .shot img{width:100%;height:300px;max-height:none;object-fit:contain}
.digital-index-secondary .shot:nth-child(2){margin-top:86px}
.digital-index-secondary .shot:nth-child(3){grid-column:1/-1;width:52%;justify-self:end;margin-top:-12px}
@media(max-width:600px){
  .nav>div .archive-link{padding:7px 9px}
  .digital-home-entry{display:block;margin-top:60px!important}
  .digital-home-film{margin:42px auto 0;width:62%;align-items:stretch}
  .digital-home-film video{width:100%;height:auto}
  .digital-index-block{display:block}
  .digital-index-main{width:76%}
  .digital-index-main .shot img{height:auto;max-height:440px}
  .digital-index-secondary{display:grid;width:100%;grid-template-columns:1fr 1fr;gap:28px 12px;margin-top:38px}
  .digital-index-secondary .shot img{height:auto;max-height:300px}
  .digital-index-secondary .shot:nth-child(2){margin-top:55px}
  .digital-index-secondary .shot:nth-child(3){grid-column:1/-1;width:56%;justify-self:end;margin-top:0}
}

/* Footer cross-links and a calmer stagger for the three supporting portraits. */
.footer-actions{display:flex;align-items:flex-start;justify-content:flex-end;gap:clamp(22px,3vw,48px)}
.footer-jump{display:inline-flex;align-items:center;gap:9px;padding:10px 14px;border:1px solid #20221e55;border-radius:999px;font-size:11px;white-space:nowrap;transition:background .25s,transform .25s}
.footer-jump:hover{background:#20221e0b;transform:translateY(-2px)}
.footer-jump i{width:5px;height:5px;border-radius:50%;background:var(--ink);box-shadow:0 0 0 4px #20221e12}
.footer-jump sup{font-size:7px;margin-left:-5px}.footer-jump b{font-size:15px;font-weight:400;margin-left:2px}
.digital-index-main{max-width:460px;margin-top:48px}
.digital-index-main .shot img{height:auto;max-height:none}
.digital-index-secondary{grid-template-columns:repeat(8,minmax(0,1fr));gap:34px 22px;margin-top:28px;align-content:start}
.digital-index-secondary .shot:nth-child(1){grid-column:1/5;width:92%;justify-self:start}
.digital-index-secondary .shot:nth-child(2){grid-column:5/9;width:92%;justify-self:end;margin-top:122px}
.digital-index-secondary .shot:nth-child(3){grid-column:1/5;width:92%;justify-self:start;margin-top:-8px}
.digital-index-secondary .shot img{height:auto;max-height:none}
.home-mode .footer-actions,.index-mode .footer-actions{flex-direction:column;align-items:flex-end}
.home-mode .footer-jump,.index-mode .footer-jump{order:2;margin-top:-4px}
.home-mode .back-top,.index-mode .back-top{order:1}
@media(max-width:600px){
  .footer-actions{width:100%;order:3;justify-content:space-between;margin-top:12px}
  .footer-jump{padding:8px 11px;font-size:9px}
  .digital-index-main{max-width:none;margin-top:22px}
  .digital-index-secondary{grid-template-columns:repeat(8,minmax(0,1fr));gap:20px 8px}
  .digital-index-secondary .shot:nth-child(1){grid-column:1/5}
  .digital-index-secondary .shot:nth-child(2){grid-column:5/9;margin-top:58px}
  .digital-index-secondary .shot:nth-child(3){grid-column:1/5;width:94%;margin-top:-4px}
}
