@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600&family=Noto+Serif+JP:wght@400;500;600&display=swap');
:root{--paper:#fcfbf9;--ink:#30332e;--muted:#6c6e66;--line:#dedfd6;--soft:#eeefe9;--serif:'Noto Serif JP','Yu Mincho',serif;--sans:'Noto Sans JP',sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:34px}body{margin:0;background:var(--paper);color:var(--ink);font:400 16px/1.9 var(--sans);-webkit-font-smoothing:antialiased}button,a{-webkit-tap-highlight-color:transparent}button{font:inherit;color:inherit;cursor:pointer}a{color:inherit;text-decoration:none}button{border:0}button:focus-visible,a:focus-visible{outline:2px solid #70694f;outline-offset:6px}img{display:block;width:100%;height:100%;object-fit:cover}h1,h2,h3,p{margin:0}button{touch-action:manipulation}.wrap{width:calc(100% - 112px);max-width:1328px;margin-inline:auto}.site-header{display:flex;align-items:center;min-height:118px;gap:44px}.brand{font:500 33px var(--serif);letter-spacing:.2em;display:flex;align-items:baseline;gap:15px;white-space:nowrap}.brand span{font:400 14px var(--sans);letter-spacing:.12em}.site-header nav{display:flex;gap:33px;margin-left:auto;font-size:14px;letter-spacing:.06em}.site-header nav a{position:relative}.site-header nav a:after{content:'';position:absolute;bottom:-4px;left:0;width:0;height:1px;background:var(--ink);transition:width .25s}.site-header nav a:hover:after{width:100%}.guide-toggle{display:flex;align-items:center;gap:8px;background:transparent;border-left:1px solid var(--line);padding:0 0 0 27px;font-size:12px;white-space:nowrap}.switch-track{width:27px;height:16px;border-radius:20px;background:#888c80;padding:3px;display:flex;justify-content:flex-end}.switch-track span{width:10px;height:10px;background:white;border-radius:50%}.guide-toggle[aria-pressed=false] .switch-track{background:#ccc;justify-content:flex-start}.guide-state{min-width:22px}.hero-top,.hero-bottom{display:flex;align-items:center;justify-content:space-between;gap:12px}.hero-top{margin:7px 0 19px}.eyebrow{font-size:12px;font-weight:500;letter-spacing:.18em;line-height:1.6}.help-button{display:inline-flex;gap:7px;align-items:center;background:transparent;font-size:12px;white-space:nowrap;letter-spacing:.04em;padding:5px 0 5px 10px;color:#62675b;transition:color .2s}.help-button>span{font-size:18px;line-height:1}.help-button:hover,.help-button[aria-expanded=true]{color:#161d10}.hero-image{height:clamp(460px,42vw,650px);position:relative;overflow:hidden;background:var(--soft)}.hero-image>img{object-position:center 54%;animation:hero-enter 1.2s ease-out both}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(10,20,13,.43),transparent 74%),linear-gradient(0deg,rgba(10,20,13,.16),transparent 55%)}.hero-copy{position:absolute;left:6%;top:50%;transform:translateY(-45%);color:white}.overline{font-size:11px;letter-spacing:.25em;margin-bottom:24px}.hero-copy h1{font:400 clamp(36px,4vw,62px)/1.55 var(--serif);letter-spacing:.12em;margin-bottom:25px}.hero-copy>p:last-child{font-size:14px;line-height:2.1;letter-spacing:.12em}.hero-scroll{position:absolute;bottom:37px;right:38px;color:white;display:flex;gap:21px;align-items:center}.hero-scroll>span:first-child{font-size:10px;letter-spacing:.18em;writing-mode:vertical-rl}.scroll-line{height:70px;width:1px;background:#ffffff80;position:relative;overflow:hidden}.scroll-line:after{position:absolute;content:'';top:-30px;width:1px;height:30px;background:white;animation:scroll-down 3s ease-in-out infinite}.hero-bottom{padding-top:18px}.hero-bottom p{font-size:13px;letter-spacing:.09em}.sample-mark{font-size:10px;letter-spacing:.15em}.sample-mark>span{padding:0 10px}.guide-intro{font-size:12px;color:var(--muted);margin-top:19px;text-align:right}.guide-intro>span{font-size:15px;margin-right:5px}.section{padding-block:107px 96px}.section-heading{display:flex;align-items:center;justify-content:space-between;gap:24px}.section-heading .eyebrow{margin-bottom:13px}h2{font:500 30px/1.7 var(--serif);letter-spacing:.05em}h2>span{font:400 14px var(--sans);letter-spacing:.04em;display:inline-block;margin-left:22px;color:var(--muted)}.section-intro{margin-top:18px;color:var(--muted);font-size:14px}.gallery-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:30px;margin-top:43px}.gallery-card{min-width:0;text-align:left;padding:0;background:transparent}.photo{aspect-ratio:1/.98;overflow:hidden;position:relative;background:var(--soft)}.photo img{transition:transform .7s cubic-bezier(.2,.7,.2,1)}.gallery-card:hover img,.gallery-card:focus-visible img{transform:scale(1.045)}.photo-open{position:absolute;right:14px;bottom:14px;border-radius:50%;width:35px;height:35px;display:grid;place-items:center;background:#fcfbf9e8;font-size:20px;opacity:0;transform:translateY(5px);transition:all .3s}.gallery-card:hover .photo-open,.gallery-card:focus-visible .photo-open{opacity:1;transform:translateY(0)}.card-caption{display:flex;gap:8px;align-items:baseline;justify-content:space-between;padding:17px 0}.card-caption h3{font-size:14px;font-weight:400;letter-spacing:.02em}.card-caption>span{font-size:10px;letter-spacing:.1em;color:var(--muted)}.gallery-foot{display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--line);margin-top:27px;padding-top:20px;font-size:12px;color:var(--muted)}.gallery-foot>span:last-child{font-size:10px;letter-spacing:.14em}.about-section{background:var(--soft);padding-block:83px}.about-layout{display:grid;grid-template-columns:.9fr 1.1fr;gap:10%;align-items:center}.about-photo{position:relative;max-width:450px;aspect-ratio:1/1.08}.about-photo img{object-position:center 48%}.photo-note{position:absolute;bottom:18px;right:20px;color:white;font:italic 18px Georgia,serif;letter-spacing:.02em;text-shadow:0 1px 5px #0008}.about-copy .section-heading{gap:10px}.about-copy .section-heading>.eyebrow{margin:0}.about-copy h2{margin-top:20px}.about-lead{font:400 25px/1.9 var(--serif);letter-spacing:.07em;margin:24px 0}.about-copy>p:not(.about-lead):not(.sample-note){font-size:14px;line-height:2.3;margin-top:17px}.profile-signature{display:flex;gap:22px;align-items:center;margin-top:22px}.profile-signature>span:first-child{font:italic 30px Georgia,serif}.profile-signature>span:last-child{font-size:12px;color:var(--muted)}.sample-note{color:var(--muted);font-size:12px;line-height:1.8;margin-top:20px}.social-list{display:grid;grid-template-columns:repeat(3,1fr);gap:34px;margin-top:35px}.social-list a{display:flex;align-items:center;gap:20px;padding:25px 0;border-block:1px solid var(--line)}.social-list strong{font-size:20px;font-weight:400;letter-spacing:.01em;line-height:1.4;display:block}.social-list small{display:block;font-size:12px;color:var(--muted);margin-top:7px}.social-list .external{margin-left:auto;font-size:24px;transition:transform .25s}.social-list a:hover .external{transform:translate(3px,-3px)}.social-icon{display:grid;place-items:center;width:29px;min-width:29px;height:29px}.instagram{border:1.6px solid var(--ink);border-radius:8px;position:relative;width:25px;min-width:25px;height:25px}.instagram>span{border:1.6px solid var(--ink);width:11px;height:11px;border-radius:50%}.instagram:after{content:'';position:absolute;right:4px;top:4px;width:3px;height:3px;border-radius:50%;background:var(--ink)}.serif-icon{font:italic 32px Georgia,serif}.youtube{font-size:26px;line-height:1}.shop-section{padding-bottom:98px}.shop-inner{background:#e9eae3;display:grid;grid-template-columns:1fr 1fr;padding:56px 64px;gap:15%}.shop-inner h2{font-size:30px;margin-top:17px}.shop-inner>div>p:not(.eyebrow){font-size:14px;color:#5d6256;margin-top:22px}.shop-links{display:flex;flex-direction:column;align-items:stretch}.shop-links>.help-button{align-self:flex-end;margin-bottom:17px}.shop-links>a{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #c7cbbe;padding:14px 0;gap:12px}.shop-links strong{font:400 27px Georgia,serif;letter-spacing:.025em}.shop-links small{display:block;font-size:12px;color:#5d6256;margin-top:3px}.shop-links>a>span:nth-child(2){font-size:27px;transition:transform .25s}.shop-links>a:hover>span:nth-child(2){transform:translate(3px,-3px)}footer{border-top:1px solid var(--line);padding-block:43px 26px}.footer-top{display:flex;gap:36px;align-items:center}.footer-top p{font-size:12px;color:var(--muted)}.back-top{margin-left:auto;font-size:10px;letter-spacing:.14em}.back-top>span{margin-left:20px;font-size:20px}.footer-bottom{display:flex;justify-content:space-between;gap:15px;font-size:10px;color:var(--muted);margin-top:38px}.footer-bottom small{font-size:11px}.explainable{position:relative}.help-panel{position:absolute;z-index:5;right:0;top:63px;width:min(365px,100%);background:#fffefb;border:1px solid #d5d9cc;box-shadow:0 12px 40px #30332e14;padding:26px 29px;animation:help-in .18s ease-out}.help-panel h3{font:500 18px/1.7 var(--serif);margin:12px 0 9px;padding-right:8px}.help-panel p{font-size:14px;line-height:1.95;color:#62675b}.help-kicker{font-size:10px;letter-spacing:.17em;color:var(--muted)}.help-close{position:absolute;right:7px;top:5px;background:none;width:30px;height:30px;font-size:21px;color:var(--muted)}.section>.help-panel{top:162px}.about-section>.help-panel{top:128px;right:max(56px,calc((100% - 1328px)/2));width:365px;max-width:calc(100% - 48px)}.shop-section>.help-panel{right:64px;top:112px}.guide-on .help-button{visibility:visible}body:not(.guide-on) .help-button{visibility:hidden}body:not(.guide-on) .guide-intro{visibility:hidden}.sr-only,.skip:not(:focus){position:absolute;width:1px;height:1px;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.skip:focus{position:fixed;top:0;left:0;z-index:20;background:white;padding:10px}.reveal.ready{opacity:0;transform:translateY(20px);transition:opacity .75s,transform .75s}.reveal.visible{opacity:1;transform:translateY(0)}.gallery-card:nth-child(3n+2){transition-delay:90ms}.gallery-card:nth-child(3n){transition-delay:180ms}dialog{border:0;padding:0;background:var(--paper);width:min(1050px,calc(100% - 48px));max-height:90dvh;color:var(--ink)}dialog::backdrop{background:#161b17b8;backdrop-filter:blur(4px)}.lightbox-layout{display:grid;grid-template-columns:1.15fr 1fr;max-height:85dvh}.lightbox-layout>img{max-height:85dvh;object-fit:contain;background:#e9eae3}.lightbox-copy{padding:70px 40px;align-self:center}.lightbox-copy h2{font-size:25px;margin:20px 0}.lightbox-copy>p:not(.eyebrow){font-size:15px;line-height:2}.lightbox-copy small{display:block;font-size:12px;margin-top:25px;color:var(--muted)}.lightbox-close{position:absolute;right:10px;top:10px;width:40px;height:40px;border-radius:50%;background:var(--paper);font-size:28px;z-index:1}body.modal-open{overflow:hidden}@keyframes hero-enter{from{transform:scale(1.025);opacity:.75}to{transform:scale(1);opacity:1}}@keyframes help-in{from{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@keyframes scroll-down{to{transform:translateY(120px)}}
@media(min-width:1500px){.hero-image{height:600px}}
@media(max-width:1050px){.wrap{width:calc(100% - 64px)}.site-header{gap:24px}.site-header nav{gap:20px}.guide-toggle{padding-left:20px}.gallery-grid{gap:20px}.card-caption{display:block}.card-caption>span{display:block;margin-top:5px}.about-layout{gap:7%}.about-copy .section-heading{align-items:flex-start;flex-direction:column;gap:8px}.about-copy .help-button{padding-left:0}.about-section>.help-panel{right:32px}.social-list{gap:22px}.social-list a{gap:13px}.social-list strong{font-size:18px}.social-list small{font-size:11px}.shop-inner{padding:42px;gap:10%}.shop-section>.help-panel{right:42px}}
@media(max-width:700px){html{scroll-padding-top:20px}.wrap{width:calc(100% - 40px)}.site-header{min-height:110px;position:relative;align-items:flex-start;padding-top:21px;gap:14px;flex-wrap:wrap;padding-bottom:14px}.brand{font-size:27px;gap:10px}.brand span{font-size:12px}.site-header nav{order:3;justify-content:space-between;width:100%;margin:0;gap:20px;font-size:12px}.guide-toggle{border:0;padding:0;margin:8px 0 0 auto;font-size:11px}.hero-top{align-items:flex-start;margin:12px 0}.hero-top>.eyebrow{font-size:9px;max-width:150px;line-height:1.9}.help-button{font-size:11px}.hero-image{height:520px;min-height:0}.hero-image>img{object-position:56% center}.hero-copy{left:8%;top:49%}.hero-copy h1{font-size:37px;letter-spacing:.08em;line-height:1.65}.overline{font-size:9px;margin-bottom:19px}.hero-copy>p:last-child{font-size:13px;letter-spacing:.06em}.hero-scroll{right:19px;bottom:24px;gap:13px}.hero-scroll>span:first-child{font-size:8px}.hero-bottom{display:block;padding-top:13px}.hero-bottom p{font-size:12px}.sample-mark{display:block;font-size:8px;margin-top:7px}.guide-intro{text-align:left;font-size:11px;line-height:1.9;margin-top:15px}.section{padding-block:65px 56px}.section-heading{align-items:flex-start;gap:12px;flex-wrap:wrap}.section-heading .eyebrow{font-size:10px;margin-bottom:10px}.section-heading>.help-button{margin-left:auto}h2{font-size:25px}h2>span{font-size:12px;margin-left:14px}.section-intro{font-size:13px;line-height:1.9;margin-top:16px}.gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px 14px;margin-top:29px}.photo{aspect-ratio:1/1.02}.photo-open{opacity:1;transform:none}.card-caption{display:block;padding-top:12px;overflow-wrap:anywhere}.card-caption h3{font-size:14px}.card-caption>span{font-size:9px}.gallery-foot{margin-top:10px;align-items:flex-start;gap:15px;font-size:11px}.gallery-foot>span:last-child{font-size:8px;max-width:135px;text-align:right}.about-section{padding-block:45px 49px}.about-layout{grid-template-columns:1fr;gap:37px}.about-photo{aspect-ratio:1/.9;width:100%;max-width:none}.about-copy .section-heading{flex-direction:row;align-items:center;gap:10px}.about-copy h2{margin-top:17px}.about-lead{font-size:25px;margin-top:22px}.about-copy>p:not(.about-lead):not(.sample-note){font-size:14px}.profile-signature{gap:20px}.profile-signature>span:last-child{font-size:11px}.social-list{grid-template-columns:1fr;gap:0;margin-top:24px}.social-list a{border-top:0;gap:21px;padding:24px 0}.social-list a:first-child{border-top:1px solid var(--line)}.social-list strong{font-size:21px}.social-list small{font-size:12px}.shop-section{padding-bottom:57px}.shop-inner{grid-template-columns:1fr;gap:20px;padding:32px 25px}.shop-inner h2{font-size:28px}.shop-inner>div>p:not(.eyebrow){font-size:13px}.shop-links>.help-button{margin-bottom:4px}.shop-links>a{padding:17px 0}.shop-links .sample-note{font-size:11px}.footer-top{flex-wrap:wrap;gap:15px}.footer-top p{order:3;width:100%;font-size:11px}.back-top{font-size:8px}.back-top>span{margin-left:8px}.footer-bottom{display:block;margin-top:24px}.footer-bottom>span{display:block;font-size:9px;margin-top:5px}footer{padding-top:28px}.help-panel{top:54px;width:min(365px,100%);padding:24px}.section>.help-panel{top:137px}.about-section>.help-panel{top:unset;bottom:30px;right:20px;max-width:calc(100% - 40px)}.shop-section>.help-panel{top:unset;bottom:87px;right:20px;max-width:calc(100% - 40px)}.lightbox-layout{grid-template-columns:1fr;max-height:unset}.lightbox-layout>img{max-height:52dvh;height:auto;width:100%;object-fit:contain}.lightbox-copy{padding:25px}.lightbox-copy h2{font-size:22px;margin:12px 0}.lightbox-copy>p:not(.eyebrow){font-size:14px}dialog{width:calc(100% - 28px)}.lightbox-copy small{margin-top:16px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}.reveal.ready{opacity:1;transform:none}}

/* Comfortable reading sizes for Japanese body copy. */
.hero-copy>p:last-child,.about-copy>p:not(.about-lead):not(.sample-note),.shop-inner>div>p:not(.eyebrow),.help-panel p,.lightbox-copy>p:not(.eyebrow){font-size:1rem}
.help-button,.guide-toggle{font-size:.875rem}
@media(max-width:700px){.help-button,.guide-toggle{font-size:.75rem}.hero-copy>p:last-child{font-size:.875rem}}

@media(max-width:700px){.gallery-card.reveal{transition-delay:0ms}.gallery-card:nth-child(2n){transition-delay:90ms}.gallery-card .photo-open{width:28px;height:28px;right:9px;bottom:9px;font-size:18px}}

.gallery-card img[src="assets/collection.jpg"]{object-position:center 82%}
