/* V12: layered Korea business and landmark hero slideshow */
.hero-photo{background:none!important;transform:none!important;opacity:1!important;overflow:hidden}
.hero-photo-slide{position:absolute;inset:-1.5%;background-position:center;background-size:cover;opacity:0;transform:scale(1.045);transition:opacity 1.25s ease,transform 7s ease;will-change:opacity,transform}
.hero-photo-slide:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,20,37,.97) 0%,rgba(5,20,37,.9) 34%,rgba(5,20,37,.58) 63%,rgba(5,20,37,.72) 100%),linear-gradient(180deg,rgba(7,24,45,.08),rgba(7,24,45,.42))}
.hero-photo-slide.active{opacity:.94;transform:scale(1.01)}
.hero-visual-pagination{position:absolute;z-index:3;right:28px;top:145px;display:flex;align-items:center;gap:7px}
.hero-visual-pagination button{width:18px;height:18px;border:0;background:transparent;padding:0;display:grid;place-items:center;cursor:pointer}
.hero-visual-pagination button:before{content:'';width:4px;height:4px;border-radius:50%;background:rgba(255,255,255,.48);transition:.25s}
.hero-visual-pagination button.active:before{width:16px;border-radius:5px;background:var(--gold-2)}
@media(max-width:760px){.hero-photo-slide{background-position:60% center}.hero-photo-slide:after{background:linear-gradient(180deg,rgba(5,20,37,.88),rgba(5,20,37,.97) 52%,rgba(5,20,37,.99))}.hero-visual-pagination{top:88px;right:14px;gap:3px}.hero-visual-pagination button{width:15px}.hero-visual-pagination button.active:before{width:12px}}
@media(prefers-reduced-motion:reduce){.hero-photo-slide{transition:opacity .3s ease;transform:none}.hero-photo-slide.active{transform:none}}
