/* Homepage-only composition; original watercolor revealed as masked layers. */
.art-home{background:#faf7f0}.art-home header{position:relative;border:0;background:transparent;padding:35px 5%;flex-wrap:nowrap;gap:30px}.art-home header .brand{width:230px;margin:0}.art-home header nav{width:auto;gap:32px;flex-wrap:nowrap}.art-home header nav a{font-size:12px;font-weight:500;color:#616b55;letter-spacing:.08em;padding:8px 0}.art-home header nav a:hover{color:var(--orange);text-decoration:none}.art-home main{min-height:0}.art-scene{min-height:calc(100svh - 110px);padding:0 24px 55px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:20px}.art-canvas{position:relative;width:min(880px,82vw,calc((100svh - 220px)*1.2657));aspect-ratio:886/700;isolation:isolate;mix-blend-mode:multiply}.art-piece{position:absolute;inset:0;width:100%;height:100%;max-width:none;object-fit:contain;opacity:0;animation:art-arrive 1.35s cubic-bezier(.2,.7,.3,1) var(--delay) forwards}.art-scene h1{font-family:'Noto Sans KR',sans-serif;font-size:clamp(11px,1.1vw,15px);font-weight:500;line-height:1.5;letter-spacing:.2em;color:#728361;text-align:center;margin:0;opacity:0;animation:caption-arrive 1.2s ease .4s forwards}@keyframes art-arrive{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes caption-arrive{to{opacity:1}}@media(max-width:650px){.art-home header{padding:27px 20px 16px;flex-direction:column;gap:21px}.art-home header .brand{width:205px;margin:0}.art-home header nav{gap:25px;justify-content:center}.art-home header nav a{font-size:11px;letter-spacing:.04em}.art-scene{min-height:calc(100svh - 128px);padding:0 8px 65px;gap:24px}.art-canvas{width:min(100%,620px)}.art-scene h1{font-size:10px;letter-spacing:.16em}}@media(prefers-reduced-motion:reduce){.art-piece,.art-scene h1{animation:none;opacity:1;transform:none}}

/* Centered landing with supplied transparent layers. */
.art-home{min-height:100svh;display:flex;flex-direction:column}.art-home header{justify-content:center;padding:38px 24px 18px;flex:none}.art-home header .brand{width:250px;margin:0 auto}.art-home main{flex:1;display:flex;justify-content:center;align-items:center}.art-scene{min-height:0;width:100%;padding:0 20px 25px;gap:6px}.art-canvas{width:min(880px,90vw,calc((100svh - 230px)*1.2657))}.art-piece{inset:auto;height:auto;object-fit:initial}.art-home .home-copyright{border:0;display:block;text-align:center;padding:20px 16px 24px;margin:0;color:#8a8d80;font-size:10px;letter-spacing:.06em;flex:none}.home-copyright span{font-size:inherit}@media(max-width:650px){.art-home header{padding:32px 20px 12px}.art-home header .brand{width:220px}.art-scene{padding:8px 0 28px;gap:20px}.art-canvas{width:min(100%,620px)}.art-home .home-copyright{font-size:9px;padding:18px 12px 25px}}
/* Slower entrance and 10% larger artwork. */
.art-home .art-piece{animation-duration:2.1s;animation-delay:calc(var(--delay)*1.5)}
.art-home .art-canvas{transform:scale(1.1);margin-block:24px}
@media(max-width:650px){.art-home .art-canvas{margin-block:18px}}
@media(prefers-reduced-motion:reduce){.art-home .art-piece{animation:none}}
