:root{font-family:Arial,'Apple SD Gothic Neo','Malgun Gothic',sans-serif;color:#171717;background:#fafafa;font-size:16px;--red:#df3029;--line:#d4d4d4}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button,a,input,textarea,select,summary{outline-offset:5px}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,summary:focus-visible{outline:2px solid var(--red)}header{display:flex;justify-content:space-between;align-items:center;padding:26px 5%;border-bottom:1px solid var(--line)}.wordmark{font-size:1rem;line-height:1.05;letter-spacing:-.045em;font-weight:800}.nav-cta{font-size:.9rem}.nav-cta span{margin-left:32px;color:var(--red)}.hero{display:grid;grid-template-columns:1fr 1fr;gap:6%;padding:65px 5% 55px;align-items:center}.eyebrow{font-size:.8rem;letter-spacing:.09em;font-weight:600}.hero h1{font-size:clamp(2.5rem,4.6vw,5.6rem);line-height:1.25;letter-spacing:-.07em;font-weight:600;margin:44px 0 28px;word-break:keep-all}.hero h1 span{color:var(--red)}p{line-height:1.8;word-break:keep-all}.hero-note{color:#444;font-size:1.05rem;margin-bottom:36px}.button{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;gap:45px;min-height:60px;font-size:1rem;border:none;cursor:pointer;font-weight:600}.red{background:var(--red);color:#fff}.red:hover{background:#bc211c}.hero .button{max-width:370px}.small{font-size:.85rem;color:#606060;margin-top:16px}.hero-image{margin:0}.hero-image img{display:block;width:100%;height:auto;max-height:760px;object-fit:contain}figcaption{display:flex;justify-content:space-between;font-size:.75rem;letter-spacing:.07em;margin-top:13px;color:#606060}.work{padding:85px 10% 90px;background:#171717;color:#fff}.section-top{display:flex;align-items:baseline;justify-content:space-between;gap:20px;margin-bottom:36px}.section-top .eyebrow{color:#b8b8b8}h2{font-size:clamp(1.7rem,3.1vw,3.2rem);line-height:1.4;letter-spacing:-.06em;font-weight:500;word-break:keep-all}.section-top h2{font-size:1.55rem}.work-grid{display:grid;grid-template-columns:1fr 1fr;gap:7%}.work-grid figure{margin:0}.work-grid figure:nth-child(2){padding-top:100px}.work-grid img{width:100%;height:auto;display:block}.work figcaption{color:#b8b8b8}.work-caption{margin:44px 0 0;font-size:1.15rem;color:#ddd}.session{padding:100px 7%;display:grid;grid-template-columns:1fr 1.2fr;gap:8%}.session h2{margin-top:36px}.session-details article{display:flex;gap:30px;border-top:1px solid var(--line);padding:28px 0}.index{color:var(--red);font-size:.8rem;padding-top:5px}h3{font-size:1.2rem;line-height:1.5;margin:0 0 12px;font-weight:600}.session-details p{margin:0;color:#505050}.inquiry{display:grid;grid-template-columns:1fr 1.2fr;gap:8%;padding:90px 7%;background:#eee;border-top:1px solid var(--line)}.inquiry-heading h2{margin:36px 0 24px}.steps{list-style:none;padding:0;counter-reset:step;margin:38px 0}.steps li{counter-increment:step;padding:14px 0;border-bottom:1px solid #ccc}.steps li:before{content:'0' counter(step);color:var(--red);margin-right:24px;font-size:.8rem}.notice{color:#595959;font-size:.9rem}.form-wrap{background:#fff;padding:36px}.pair{display:grid;grid-template-columns:1fr 1fr;gap:20px}form label{display:block;font-size:.9rem;font-weight:600;margin-bottom:26px}.required{color:#b62721}.optional{font-weight:400;color:#717171;font-size:.8rem;margin-left:5px}input:not([type=checkbox]),textarea,select{display:block;width:100%;padding:14px 0 12px;border:0;border-bottom:1px solid #999;border-radius:0;background:#fff;color:#171717;min-height:48px;margin-top:8px;font-weight:400}textarea{resize:vertical}input::placeholder,textarea::placeholder{color:#757575;font-size:.9rem}.hint{display:block;font-size:.8rem;font-weight:400;line-height:1.7;color:#616161;margin-top:10px}.privacy{border-top:1px solid var(--line);padding:18px 0;font-size:.875rem;color:#505050}.privacy summary{cursor:pointer;color:#171717}.privacy p{line-height:1.8}.consent{display:flex;gap:12px;align-items:flex-start;line-height:1.7;font-weight:400}.consent input{width:18px;height:18px;accent-color:var(--red);flex-shrink:0;margin:3px 0}.submit{width:100%}.submit:disabled{opacity:.6;cursor:wait}#form-status{font-size:.9rem;color:#a02020;margin-bottom:0}#success h3{font-size:2rem;margin-top:30px}.trap{position:absolute;left:-9999px}footer{display:flex;justify-content:space-between;align-items:center;gap:24px;padding:34px 5%;font-size:.8rem;color:#666}footer .wordmark{color:#171717}.mobile-cta{display:none}.skip{position:absolute;top:-100px;left:20px;padding:12px;background:#fff;z-index:10}.skip:focus{top:10px}[hidden]{display:none!important}@media(min-width:1600px){main,header,footer{max-width:1800px;margin:auto}}@media(max-width:760px){header{padding:20px 6%}.wordmark{font-size:.9rem}.nav-cta{font-size:.85rem}.nav-cta span{margin-left:10px}.hero{padding:38px 6% 45px;grid-template-columns:1fr;gap:30px}.hero h1{font-size:clamp(2.6rem,9vw,4rem);margin-top:28px}.hero-note{font-size:1rem}.hero .button{max-width:none}.hero-image{max-width:100%}.hero-image img{max-height:none}.work{padding:44px 6%}.section-top{display:block;margin-bottom:25px}.section-top h2{font-size:1.5rem;margin-top:20px}.work-grid{gap:16px}.work-grid figure:nth-child(2){padding-top:55px}.work-caption{font-size:1rem}.session{display:block;padding:55px 6%}.session h2{margin-top:22px;margin-bottom:38px}.session-details article{gap:22px;padding:25px 0}.inquiry{display:block;padding:48px 6%}.inquiry-heading h2{font-size:2rem;margin-top:24px}.steps{margin:24px 0}.form-wrap{margin-top:32px;padding:24px 20px}.pair{grid-template-columns:1fr;gap:0}.privacy p{font-size:.85rem}footer{align-items:flex-start;flex-direction:column;padding:30px 6% 92px;gap:4px}footer p{margin:4px 0}.mobile-cta{display:block;position:fixed;bottom:0;left:0;width:100%;text-align:center;background:var(--red);color:#fff;padding:17px 10px calc(17px + env(safe-area-inset-bottom));font-weight:600;z-index:5}.mobile-cta.hidden{display:none}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}

.portrait-gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:42px 24px}.portrait-gallery figure,.exhibition-grid figure,.application-grid figure{margin:0}.portrait-gallery img{display:block;width:100%;height:auto}.color-gallery{grid-template-columns:repeat(4,minmax(0,1fr));align-items:start}.gallery-divider{display:flex;justify-content:space-between;align-items:center;border-top:1px solid #444;margin:65px 0 28px;padding-top:18px}.gallery-divider p{margin:0;color:#ccc}.about{padding:100px 7%;display:grid;grid-template-columns:1fr 1.2fr;gap:8%;background:#f4f2ed}.about h2{font-size:4rem;margin:30px 0}.about h2 span{display:block;font-size:1.15rem;letter-spacing:.06em;margin-top:18px}.role{font-size:.8rem;letter-spacing:.08em;color:#666}.about-body>p{color:#555}.about-body .artist-statement{font-size:1.75rem;color:#222;line-height:1.6;letter-spacing:-.05em;margin-top:0}.education{border-top:1px solid #ccc;border-bottom:1px solid #ccc;padding:26px 0;margin:32px 0}.education .eyebrow{color:var(--red)}.education p{margin-bottom:0}.career h3,.career-more h3{font-size:1rem}.career dl{margin-bottom:28px}.career dl>div{display:grid;grid-template-columns:55px 1fr;gap:20px;margin:22px 0}.career dt{font-size:.8rem;color:var(--red);padding-top:3px}.career dd{margin:0;line-height:1.6}.career dd span{display:block;color:#777;font-size:.85rem}.career-more{border-top:1px solid #ccc;padding-top:18px;font-size:.9rem}.career-more summary{cursor:pointer}.career-more h3{margin-top:24px}.exhibitions{padding:70px 7%;background:#e8e5de}.exhibition-grid{display:grid;grid-template-columns:1.5fr 1fr;gap:30px;align-items:start}.exhibition-grid img{display:block;width:100%;height:auto}.applications{padding:80px 7%;display:grid;grid-template-columns:1fr 1.4fr;gap:7%;align-items:center}.application-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.application-grid img{width:100%;height:auto;display:block}.applications .hint{font-size:.75rem;color:#666}.applications h2{margin-top:25px}.applications p{color:#555}@media(max-width:760px){.portrait-gallery{grid-template-columns:repeat(2,minmax(0,1fr));gap:26px 14px}.gallery-divider{display:block;margin-top:40px}.gallery-divider p+p{font-size:.9rem;margin-top:8px}.about{display:block;padding:55px 6%}.about h2{font-size:3rem}.about-heading{margin-bottom:38px}.about-body .artist-statement{font-size:1.5rem}.exhibitions{padding:45px 6%}.exhibition-grid{grid-template-columns:1fr;gap:30px}.applications{display:block;padding:48px 6%}.application-grid{margin-top:30px;gap:14px}.application-grid figcaption,.exhibition-grid figcaption{font-size:.65rem}.portrait-gallery figcaption{font-size:.65rem}}

@media(min-width:761px){.color-gallery{grid-template-columns:repeat(6,minmax(0,1fr))}.color-gallery figure{grid-column:span 2}}

.members{padding:80px 7%;background:#f4f2ed;border-top:1px solid #ddd}.member-grid{display:grid;grid-template-columns:1fr 1fr;gap:7%;margin-top:45px}.member-photo{position:relative;overflow:hidden;aspect-ratio:388/498;width:65%;max-width:320px;background:#ddd}.member-photo img{position:absolute;width:278.3505%;max-width:none;height:auto;left:-18.0412%;top:-46.7871%;display:block}.retoucher-photo img{top:-161.4458%}.member-copy{margin-top:28px}.member-copy h3{font-size:1.6rem}.member-copy h3 span{font-size:.9rem;font-weight:400;color:var(--red);margin-left:10px}.member-copy ul{padding-left:18px;font-size:.9rem;line-height:1.9;color:#555}.member-copy li{padding:3px 0;word-break:keep-all}@media(max-width:760px){.members{padding:48px 6%}.member-grid{grid-template-columns:1fr;gap:40px;margin-top:30px}.member-photo{width:70%;max-width:300px}.member-copy h3{font-size:1.4rem}.member-copy ul{font-size:.85rem}}

.press{padding:80px 7%;background:#fafafa}.press-intro{color:#666;margin:-8px 0 38px;font-size:.95rem}.broadcast-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px}.broadcast-grid img{display:block;width:100%;height:auto}.broadcast-grid .eyebrow{color:var(--red);font-size:.7rem;margin:24px 0 10px}.broadcast-grid h3{font-size:1.5rem;margin:0 0 6px}.broadcast-grid article>p:not(.eyebrow){font-size:.95rem;color:#555;margin:0 0 10px}.press-credit{font-size:.7rem;color:#777}.press-list{margin-top:44px;border-top:1px solid #ccc}.press-list article{display:grid;grid-template-columns:100px 1fr 1.2fr;gap:20px;align-items:baseline;padding:22px 0;border-bottom:1px solid #ddd}.press-type{font-size:.65rem;letter-spacing:.06em;color:var(--red)}.press-list h3{font-size:1rem;margin:0}.press-list p{font-size:.9rem;color:#666;margin:0}@media(max-width:760px){.press{padding:48px 6%}.press-intro{font-size:.85rem;margin:0 0 28px}.broadcast-grid{grid-template-columns:1fr;gap:34px}.broadcast-grid h3{font-size:1.3rem}.press-list{margin-top:32px}.press-list article{grid-template-columns:85px 1fr;gap:8px 12px;padding:20px 0}.press-list p{grid-column:2;font-size:.8rem}.press-list h3{font-size:.95rem}}

.press-more{margin-top:28px;border-bottom:1px solid #ccc}.press-more summary{list-style:none;display:flex;justify-content:space-between;align-items:center;padding:22px 0;cursor:pointer;font-size:.95rem;font-weight:600}.press-more summary::-webkit-details-marker{display:none}.press-more summary small{margin-left:12px;color:var(--red);font-size:.75rem}.press-more-open{display:none}.press-more[open] .press-more-open{display:inline}.press-more[open] .press-more-closed{display:none}.press-toggle{font-size:1.5rem;color:var(--red);font-weight:400}.press-more[open] .press-toggle{transform:rotate(45deg)}.press-archive{padding:0 0 12px}.press-group{margin:16px 0 22px}.press-group>h3{font-size:.75rem;color:var(--red);padding-bottom:8px;border-bottom:1px solid #ccc}.press-archive-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0 24px}.press-archive-list article{padding:9px 0;border-bottom:1px solid #e3e3e3}.press-archive-list h4{margin:0 0 3px;font-size:.78rem;line-height:1.4;font-weight:600}.press-archive-list p{margin:0;font-size:.7rem;line-height:1.5;color:#666;word-break:normal;overflow-wrap:anywhere}.broadcast-grid img{aspect-ratio:2/1;object-fit:contain;background:#eee}@media(max-width:760px){.press-archive-list{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:18px}.press-archive-list h4{font-size:.75rem}.press-archive-list p{font-size:.7rem}}

.member-photo.member-original{aspect-ratio:2850/3601}.member-photo.member-original img{position:static;display:block;width:100%;height:auto;max-width:100%}.color-gallery figure:last-child img{aspect-ratio:2/3;object-fit:cover}

.hero-direction{font-size:15px;line-height:1.8;max-width:460px}.hero-direction p{margin:0 0 14px}.hero-direction strong{font-weight:600}.hero-direction p:last-child{margin-bottom:0}

.color-gallery img{aspect-ratio:2/3;object-fit:cover;object-position:center}.studio-location{font-size:14px;line-height:1.8;margin:24px 0}.studio-location strong{font-weight:600}

.about{position:relative;isolation:isolate;overflow:hidden;background:#fff}.about>.about-background{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 43%;opacity:.10;z-index:-1;pointer-events:none}.about .about-body>p,.about .role,.about .career dd span{color:#444}@media(max-width:760px){.about>.about-background{object-position:center top;opacity:.08}}
.work{background:#fff;color:#171717}.work figcaption,.work-caption,.work .gallery-divider p{color:#555}.work .gallery-divider{border-top-color:#ddd}

.exhibition-grid img.canon-exhibition{aspect-ratio:16/9;object-fit:cover;object-position:center 77%}

/* Scroll-driven blink intro, 2026-09-27 */
header{position:fixed;inset:0 0 auto;z-index:10;background:rgba(255,255,255,.94)}
.eye-sequence{height:330vh;background:#fff}.eye-stage{position:sticky;top:0;height:100svh;overflow:hidden;display:grid;place-items:center}.eye-portrait{position:relative;height:min(78svh,112.44vw);aspect-ratio:1080/1380;transform-origin:50% 50%;will-change:transform}.eye-portrait img,.eye-portrait video{position:absolute;inset:0;width:100%;height:100%;object-fit:fill}.eye-portrait video{opacity:0}.eye-portrait.ready video{opacity:1}.eye-portrait .eye-still{z-index:1;opacity:0;pointer-events:none}.eye-hint{position:absolute;bottom:70px;font-size:11px;letter-spacing:.18em;background:#ffffffdd;padding:10px 14px}.eye-title{position:absolute;left:6%;bottom:12%;opacity:0;background:#fffffff0;padding:24px 28px;max-width:85vw}.eye-title small{color:var(--red);font-size:11px;letter-spacing:.13em}.eye-title h2{font-size:clamp(25px,3vw,46px);line-height:1.3;margin:12px 0 0;letter-spacing:-.05em}@media(max-width:700px){.eye-title{padding:18px;bottom:15%}}@media(prefers-reduced-motion:reduce){.eye-sequence{height:100svh}.eye-portrait{transform:none!important}.eye-portrait video{display:none}.eye-title{opacity:1!important}.eye-hint{display:none}}

/* Photographer portrait and single retoucher profile */
.photographer-identity{display:grid;grid-template-columns:1fr 46%;gap:22px;align-items:center}.photographer-photo{display:block;width:100%;height:auto;aspect-ratio:2850/3601;object-fit:cover}.about .photographer-identity h2{font-size:clamp(30px,3.2vw,48px);margin:12px 0 20px}.photographer-identity .role{font-size:12px;line-height:1.7}.members .member-grid{display:block;max-width:940px}.members .member{display:grid;grid-template-columns:minmax(200px,300px) 1fr;gap:clamp(28px,5vw,70px);align-items:center}.members .member-photo{width:100%;max-width:none}.members .member-copy{margin:0}@media(max-width:760px){.photographer-identity{grid-template-columns:1fr 44%;gap:20px;max-width:460px}.about .photographer-identity h2{font-size:38px}.members .member{grid-template-columns:1fr;gap:22px}.members .member-photo{width:70%;max-width:280px}.members .member-copy h3{margin-top:0}}
