/* Service-page polish v3: main brand lock + move-in cinematic hero */
.v2-page .brand{display:grid;gap:6px;align-content:center;line-height:1;text-decoration:none}.v2-page .brand b{display:block;font-family:inherit;font-size:19px;font-weight:800;letter-spacing:-.035em;color:#43362f;line-height:1.05}.v2-page .brand small{display:block;color:#747775;font-size:11px;font-weight:850;letter-spacing:.16em;line-height:1;white-space:nowrap}
.movein-cinematic-hero{position:relative;margin-top:72px;min-height:calc(100vh - 72px);overflow:hidden;isolation:isolate;background:#f5f7f6}.movein-cinematic-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;display:block;transform:scale(1.015);animation:moveinCinema 18s ease-in-out infinite alternate}.movein-cinematic-veil{position:absolute;z-index:1;inset:0;background:linear-gradient(180deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.93) 24%,rgba(255,255,255,.65) 43%,rgba(255,255,255,.08) 69%,rgba(255,255,255,.02) 100%)}.movein-cinematic-wrap{position:relative;z-index:2;width:min(1180px,calc(100% - 56px));min-height:calc(100vh - 72px);margin:0 auto;padding-top:clamp(78px,10vh,126px)}.movein-cinematic-copy{max-width:760px}.movein-cinematic-copy .v2-index{margin-bottom:22px}.movein-cinematic-copy h1{margin:0;color:#43362f;font-family:Georgia,"Noto Serif KR",serif;font-size:clamp(58px,6vw,86px);font-weight:700;line-height:1.12;letter-spacing:-.06em}.movein-cinematic-copy p{max-width:650px;margin:24px 0 0;color:#626b67;font-size:16px;line-height:1.88;word-break:keep-all}.movein-cinematic-copy .v2-actions{margin-top:28px}.movein-cinematic-note{position:absolute;z-index:2;left:50%;bottom:26px;transform:translateX(-50%);padding:10px 15px;border:1px solid rgba(255,255,255,.76);border-radius:999px;background:rgba(255,255,255,.72);backdrop-filter:blur(15px);color:#606a65;font-size:11px;font-weight:760;white-space:nowrap}
@keyframes moveinCinema{0%{transform:scale(1.015) translate3d(0,0,0)}100%{transform:scale(1.05) translate3d(-.7%,.4%,0)}}
@media(max-width:680px){.v2-page .brand{gap:4px}.v2-page .brand b{font-size:16px}.v2-page .brand small{font-size:8px;letter-spacing:.14em}.movein-cinematic-hero{margin-top:62px;min-height:760px}.movein-cinematic-bg{object-position:58% center}.movein-cinematic-veil{background:linear-gradient(180deg,rgba(255,255,255,.99) 0%,rgba(255,255,255,.95) 34%,rgba(255,255,255,.68) 55%,rgba(255,255,255,.12) 78%,rgba(255,255,255,.03) 100%)}.movein-cinematic-wrap{width:calc(100% - 28px);min-height:760px;padding-top:48px}.movein-cinematic-copy h1{font-size:40px;line-height:1.15}.movein-cinematic-copy p{font-size:15px;line-height:1.76}.movein-cinematic-note{bottom:18px;max-width:calc(100% - 28px);white-space:normal;text-align:center}}
@media(prefers-reduced-motion:reduce){.movein-cinematic-bg{animation:none;transform:none}}
