
*{box-sizing:border-box}
html,body{margin:0;background:#934617;color:#fff;font-family:Arial,"Noto Sans KR",sans-serif}
body{overflow-x:hidden}
.hero,.scene{position:relative;height:100svh;min-height:680px;overflow:hidden}
.hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}
.hero-vignette{position:absolute;inset:0;background:linear-gradient(180deg,rgba(15,5,0,.06) 0%,transparent 55%,rgba(61,22,3,.38) 100%)}
.hero-content{position:absolute;z-index:3;left:50%;top:48%;transform:translate(-50%,-50%);width:min(92vw,760px);height:min(88svh,850px);display:flex;flex-direction:column;align-items:center;justify-content:center}
.hero-logo{width:min(54vw,540px);max-height:24vh;object-fit:contain;filter:drop-shadow(0 10px 14px rgba(0,0,0,.25));animation:logoPulse 3.8s ease-in-out infinite}
.hero-copy{text-align:center;font-size:clamp(15px,1.3vw,19px);line-height:1.5;margin:4px 0 7px;text-shadow:0 3px 10px rgba(53,15,0,.9)}
.hero-character{height:min(46vh,500px);max-width:76%;object-fit:contain;transform-origin:50% 100%;filter:drop-shadow(0 15px 15px rgba(52,20,0,.22));animation:heroSway 4.5s ease-in-out infinite}
@keyframes logoPulse{50%{transform:scale(1.045)}}
@keyframes heroSway{0%,100%{transform:rotate(-.8deg)}50%{transform:rotate(.8deg)}}

.stores{display:flex;gap:10px;justify-content:center;margin-top:8px;position:relative;z-index:10}
.store-btn{height:50px;min-width:158px;padding:5px 13px;border:1px solid rgba(255,255,255,.7);border-radius:10px;background:#050505;color:#fff;text-decoration:none;display:flex;align-items:center;gap:9px;box-shadow:0 7px 18px rgba(0,0,0,.28);transition:.18s ease}
.store-btn:hover{transform:translateY(-2px)}
.store-btn svg{width:27px;height:27px;flex:0 0 27px}
.store-btn span{display:flex;flex-direction:column;text-align:left;line-height:1}
.store-btn small{font-size:8px}.store-btn b{font-size:17px;font-weight:600;white-space:nowrap}
.scroll-mark{position:absolute;z-index:4;left:50%;bottom:14px;transform:translateX(-50%);font-size:9px;letter-spacing:.22em;text-align:center;text-shadow:0 2px 6px #4d1600}
.scroll-mark span{display:block;width:1px;height:25px;margin:6px auto 0;background:linear-gradient(#fff,transparent)}

.scene{background-image:var(--bg);background-size:cover;background-position:center}
.scene-shade{position:absolute;inset:0;z-index:1}
.scene-left .scene-shade{background:linear-gradient(90deg,rgba(45,15,2,.72) 0%,rgba(45,15,2,.34) 32%,rgba(45,15,2,0) 58%)}
.scene-right .scene-shade{background:linear-gradient(270deg,rgba(45,15,2,.72) 0%,rgba(45,15,2,.34) 32%,rgba(45,15,2,0) 58%)}
.scene-copy{position:absolute;z-index:4;top:50%;transform:translateY(-50%);width:min(42vw,620px);text-shadow:0 4px 18px rgba(31,10,0,.55)}
.scene-left .scene-copy{left:7vw}
.scene-right .scene-copy{right:7vw;text-align:right}
.scene-copy span{font-size:13px;font-weight:900;letter-spacing:.22em;color:#ffd45c}
.scene-copy h2{font-size:clamp(38px,4.5vw,68px);line-height:1.06;margin:14px 0 20px;letter-spacing:-.04em}
.scene-copy p{font-size:clamp(16px,1.45vw,21px);line-height:1.65;margin:0;color:rgba(255,255,255,.95)}
.scene-character{position:absolute;z-index:3;bottom:-1%;height:min(62vh,650px);max-width:38vw;object-fit:contain;filter:drop-shadow(0 16px 18px rgba(45,18,0,.28));opacity:0;transform:translateY(30px) scale(.96);transition:opacity .8s ease,transform 1s cubic-bezier(.2,.7,.2,1)}
.scene-left .scene-character{right:7vw}
.scene-right .scene-character{left:7vw}
.scene-character.large{height:min(68vh,720px)}
.scene-character.slim{height:min(61vh,640px)}
.scene.in-view .scene-character{opacity:1;transform:translateY(0) scale(1)}
.scene .scene-copy{opacity:0;transition:opacity .75s ease,transform .9s cubic-bezier(.2,.7,.2,1)}
.scene-left .scene-copy{transform:translate(-30px,-50%)}
.scene-right .scene-copy{transform:translate(30px,-50%)}
.scene.in-view .scene-copy{opacity:1;transform:translate(0,-50%)}

.finale{min-height:78svh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:70px 20px;background:radial-gradient(circle at 50% 28%,#b8811f 0,#593011 43%,#1e1009 82%)}
.final-logo{width:min(70vw,500px);filter:drop-shadow(0 12px 20px rgba(0,0,0,.35))}
.finale h2{font-size:clamp(32px,4.2vw,58px);margin:20px 0 12px;letter-spacing:-.04em}
.finale p{font-size:18px;margin:0 0 18px;color:rgba(255,255,255,.88)}

@media(max-width:700px){
  .hero,.scene{min-height:620px}
  .hero-content{top:47%;height:88svh;width:96vw}
  .hero-logo{width:min(76vw,400px);max-height:21vh}
  .hero-copy{font-size:14px;margin:3px 0 5px}
  .hero-character{height:min(40vh,410px);max-width:80vw}
  .stores{gap:7px;margin-top:8px}
  .store-btn{height:44px;min-width:138px;padding:4px 10px}
  .store-btn svg{width:23px;height:23px;flex-basis:23px}
  .store-btn b{font-size:15px}.store-btn small{font-size:7px}

  .scene{height:92svh;min-height:650px;background-position:center}
  .scene-shade,.scene-left .scene-shade,.scene-right .scene-shade{background:linear-gradient(180deg,rgba(45,15,2,.60) 0%,rgba(45,15,2,.12) 38%,rgba(45,15,2,.18) 100%)}
  .scene-copy,.scene-left .scene-copy,.scene-right .scene-copy{
    top:7%;left:20px;right:20px;width:auto;text-align:center;transform:translateY(-18px)
  }
  .scene.in-view .scene-copy{transform:translateY(0)}
  .scene-copy h2{font-size:clamp(31px,9vw,43px);margin:10px 0 12px}
  .scene-copy p{font-size:14px;line-height:1.55}
  .scene-character,.scene-left .scene-character,.scene-right .scene-character{
    left:50%;right:auto;bottom:-1%;height:min(48vh,470px);max-width:82vw;transform:translate(-50%,28px) scale(.96)
  }
  .scene-character.large{height:min(51vh,490px)}
  .scene.in-view .scene-character{transform:translate(-50%,0) scale(1)}
  .finale{min-height:68svh}
}
@media(max-height:720px) and (min-width:701px){
  .hero-logo{max-height:20vh}
  .hero-character{height:39vh}
  .hero-content{top:46%}
  .scene-character{height:54vh}
}
@media(prefers-reduced-motion:reduce){
  .hero-logo,.hero-character{animation:none}
  .scene-character,.scene-copy{transition:none!important;opacity:1!important}
}

/* v17 native-resolution character caps */
.scene:nth-of-type(1) .scene-character{max-width:511px;max-height:607px}
.scene:nth-of-type(2) .scene-character{max-width:238px;max-height:314px}
.scene:nth-of-type(3) .scene-character{max-width:512px;max-height:520px}
.scene:nth-of-type(4) .scene-character{max-width:269px;max-height:504px}
.scene:nth-of-type(5) .scene-character{max-width:615px;max-height:807px}

/* Do not upscale character artwork beyond its source resolution */
.scene-character{width:auto!important;object-fit:contain}
.site-footer{background:#0f0906;color:rgba(255,255,255,.72);padding:42px 28px 46px;border-top:1px solid rgba(255,213,90,.16)}
.footer-inner{width:min(1180px,100%);margin:0 auto}
.footer-brand{font-size:18px;font-weight:900;letter-spacing:.16em;color:#e6b94c;margin-bottom:12px}
.copyright{font-size:12px;letter-spacing:.05em;margin:0 0 18px}
.studio-addresses{font-size:12px;line-height:1.7}
.studio-addresses p{margin:3px 0}.studio-addresses b{color:#fff;margin-right:7px}
@media(max-width:700px){
 .site-footer{padding:32px 20px 36px}
 .footer-brand{font-size:16px}
 .copyright,.studio-addresses{font-size:10px}
}

/* v18 composition refinements */
.site-footer{text-align:center}
.footer-inner{display:flex;flex-direction:column;align-items:center}
.studio-addresses{max-width:1050px;text-align:center}

/* Page 3 / BLAST character: source is only 238x314, so use a high-res web copy
   and give it a stronger visual presence. */
.scene:nth-of-type(2) .scene-character{
  max-width:none!important;
  max-height:none!important;
  height:min(69vh,690px)!important;
  width:auto!important;
  left:6vw!important;
  bottom:-2%!important;
}
/* Collection character was also small, improve its presentation */
.scene:nth-of-type(4) .scene-character{
  max-width:none!important;
  max-height:none!important;
  height:min(64vh,650px)!important;
}
@media(max-width:700px){
 .scene:nth-of-type(2) .scene-character{
   height:min(50vh,480px)!important;
   left:50%!important;
   bottom:-1%!important;
 }
 .scene:nth-of-type(4) .scene-character{
   height:min(47vh,455px)!important;
 }
 .studio-addresses{max-width:520px}
}

/* v19 - replacement BLAST character */
.scene:nth-of-type(2) .scene-character{
  max-width:42vw!important;
  max-height:72vh!important;
  height:min(68vh,680px)!important;
  width:auto!important;
  left:7vw!important;
  bottom:-1%!important;
}
@media(max-width:700px){
 .scene:nth-of-type(2) .scene-character{
   max-width:84vw!important;
   max-height:52vh!important;
   height:min(50vh,480px)!important;
   left:50%!important;
 }
}

/* v20 typography + scroll text animation */
.hero-copy{
  font-size:clamp(20px,1.75vw,27px)!important;
  line-height:1.48!important;
  margin:8px 0 10px!important;
  letter-spacing:-.025em;
}

/* Each text element enters separately */
.scene-copy span,
.scene-copy h2,
.scene-copy p{
  opacity:0;
  transform:translateY(28px);
  transition-property:opacity,transform;
  transition-duration:.72s;
  transition-timing-function:cubic-bezier(.2,.75,.25,1);
}
.scene-copy span{transition-delay:.05s}
.scene-copy h2{transition-delay:.18s}
.scene-copy p{transition-delay:.34s}

.scene.in-view .scene-copy span,
.scene.in-view .scene-copy h2,
.scene.in-view .scene-copy p{
  opacity:1;
  transform:translateY(0);
}

/* Let the child elements handle the reveal instead of fading the whole copy block */
.scene .scene-copy{opacity:1!important}

@media(max-width:700px){
 .hero-copy{
   font-size:clamp(17px,4.7vw,21px)!important;
   line-height:1.45!important;
   margin:7px 0 8px!important;
 }
 .scene-copy span,.scene-copy h2,.scene-copy p{transform:translateY(20px)}
}
@media(prefers-reduced-motion:reduce){
 .scene-copy span,.scene-copy h2,.scene-copy p{
   opacity:1!important;transform:none!important;transition:none!important
 }
}

/* v21 hero copy sized to match section headline presence */
.hero-copy{
  font-size:clamp(30px,3.15vw,48px)!important;
  line-height:1.30!important;
  font-weight:600;
  margin:12px 0 15px!important;
  text-shadow:0 4px 16px rgba(53,15,0,.9);
}
.hero-copy b{font-weight:900}
@media(max-width:700px){
 .hero-copy{
   font-size:clamp(23px,6.5vw,32px)!important;
   line-height:1.32!important;
   margin:9px 0 12px!important;
 }
}

/* v22 - keep characters fully inside each scene */
.scene-character,
.scene-left .scene-character,
.scene-right .scene-character{
  bottom:5vh!important;
}

/* softer grounding so characters don't look pasted/cut off */
.scene-character{
  filter:
    drop-shadow(0 18px 14px rgba(45,18,0,.24))
    drop-shadow(0 4px 3px rgba(45,18,0,.16))!important;
}

/* Keep larger characters comfortably away from section boundaries */
.scene:nth-of-type(2) .scene-character{bottom:4vh!important}
.scene:nth-of-type(3) .scene-character{bottom:4vh!important}
.scene:nth-of-type(4) .scene-character{bottom:5vh!important}
.scene:nth-of-type(5) .scene-character{bottom:3.5vh!important}

@media(max-width:700px){
 .scene-character,
 .scene-left .scene-character,
 .scene-right .scene-character,
 .scene:nth-of-type(2) .scene-character,
 .scene:nth-of-type(3) .scene-character,
 .scene:nth-of-type(4) .scene-character,
 .scene:nth-of-type(5) .scene-character{
   bottom:4vh!important;
 }
}

/* v24 */
.scroll-hint,.scroll-guide,.scroll-text,.scroll-indicator{display:none!important}

/* Store buttons: more prominent CTA size */
.stores a,.store-buttons a,.app-store,.google-play{
  min-height:58px!important;
}
.stores img,.store-buttons img{
  height:58px!important;
  width:auto!important;
}
.footer-legal{
  margin-top:18px;
  display:flex;
  justify-content:center;
  align-items:center;
  gap:12px;
  font-size:13px;
}
.footer-legal a{
  color:inherit;
  text-decoration:none;
  opacity:.82;
}
.footer-legal a:hover{opacity:1;text-decoration:underline}
.footer-legal span{opacity:.35}
@media(max-width:700px){
  .stores a,.store-buttons a,.app-store,.google-play{min-height:52px!important}
  .stores img,.store-buttons img{height:52px!important}
  .footer-legal{font-size:12px;gap:9px}
}

/* v25 multilingual selector */
.language-picker{position:fixed;right:24px;top:22px;z-index:1000;font-family:inherit}
.language-picker>button{border:1px solid rgba(255,255,255,.38);background:rgba(20,12,5,.55);backdrop-filter:blur(12px);color:#fff;border-radius:999px;padding:10px 15px;font-weight:700;cursor:pointer;box-shadow:0 6px 24px rgba(0,0,0,.2)}
.language-menu{display:none;position:absolute;right:0;top:48px;width:205px;max-height:60vh;overflow:auto;padding:8px;background:rgba(18,12,7,.94);border:1px solid rgba(255,255,255,.18);border-radius:14px;box-shadow:0 14px 35px rgba(0,0,0,.35)}
.language-menu.open{display:grid}
.language-menu button{background:transparent;border:0;color:#fff;text-align:left;padding:9px 11px;border-radius:8px;cursor:pointer;font:inherit}
.language-menu button:hover{background:rgba(255,255,255,.12)}
html[dir="rtl"] .scene-copy{text-align:right}
html[dir="rtl"] .language-picker{right:auto;left:24px}
html[dir="rtl"] .language-menu{right:auto;left:0}
@media(max-width:700px){.language-picker{right:12px;top:12px}.language-picker>button{padding:8px 11px;font-size:12px}.language-menu{width:185px;max-height:55vh}}

/* v26 — language-specific typography tuning */
html{--hero-fs:clamp(30px,3.15vw,48px);--title-fs:clamp(40px,5.2vw,76px);--body-fs:clamp(17px,1.45vw,22px)}
.hero-copy{font-size:var(--hero-fs)!important}
.scene-copy h2{font-size:var(--title-fs)!important;line-height:1.06!important}
.scene-copy p{font-size:var(--body-fs)!important;line-height:1.55!important}

/* compact CJK */
html[lang="ko"],html[lang="ja"],html[lang="zh-CN"],html[lang="zh-TW"]{
 --hero-fs:clamp(30px,3.15vw,48px);--title-fs:clamp(40px,5.2vw,76px);--body-fs:clamp(17px,1.45vw,22px)
}
/* English / Romance */
html[lang="en"],html[lang="es"],html[lang="pt"],html[lang="it"]{
 --hero-fs:clamp(27px,2.8vw,43px);--title-fs:clamp(35px,4.45vw,66px);--body-fs:clamp(16px,1.35vw,21px)
}
/* longer Latin languages */
html[lang="fr"],html[lang="de"],html[lang="tr"]{
 --hero-fs:clamp(25px,2.55vw,40px);--title-fs:clamp(32px,4vw,60px);--body-fs:clamp(15px,1.28vw,20px)
}
/* Southeast Asian */
html[lang="id"],html[lang="vi"]{
 --hero-fs:clamp(26px,2.65vw,41px);--title-fs:clamp(33px,4.15vw,62px);--body-fs:clamp(15px,1.3vw,20px)
}
html[lang="th"]{
 --hero-fs:clamp(26px,2.7vw,42px);--title-fs:clamp(34px,4.25vw,63px);--body-fs:clamp(16px,1.35vw,21px)
}
/* Arabic needs more line-height and slightly smaller headings */
html[lang="ar"]{
 --hero-fs:clamp(26px,2.65vw,41px);--title-fs:clamp(33px,4.1vw,61px);--body-fs:clamp(16px,1.35vw,21px)
}
html[lang="ar"] .hero-copy,html[lang="ar"] .scene-copy h2{line-height:1.25!important}
html[lang="ar"] .scene-copy p{line-height:1.75!important}

@media(max-width:700px){
 html{--hero-fs:clamp(22px,6.1vw,30px);--title-fs:clamp(30px,8.8vw,44px);--body-fs:clamp(15px,4.1vw,18px)}
 html[lang="ko"],html[lang="ja"],html[lang="zh-CN"],html[lang="zh-TW"]{
  --hero-fs:clamp(23px,6.4vw,32px);--title-fs:clamp(31px,9vw,45px);--body-fs:clamp(15px,4.2vw,18px)
 }
 html[lang="en"],html[lang="es"],html[lang="pt"],html[lang="it"]{
  --hero-fs:clamp(21px,5.8vw,29px);--title-fs:clamp(28px,8vw,40px);--body-fs:clamp(14px,3.9vw,17px)
 }
 html[lang="fr"],html[lang="de"],html[lang="tr"],html[lang="id"],html[lang="vi"]{
  --hero-fs:clamp(19px,5.3vw,27px);--title-fs:clamp(25px,7.3vw,37px);--body-fs:clamp(14px,3.8vw,17px)
 }
 html[lang="th"],html[lang="ar"]{
  --hero-fs:clamp(20px,5.5vw,28px);--title-fs:clamp(26px,7.5vw,38px);--body-fs:clamp(14px,3.9vw,17px)
 }
 .scene-copy{max-width:min(88vw,650px)!important}
}

/* v27 FIX: i18n spans inside headings/descriptions must inherit their parent typography.
   Only the direct section label (EXPLORE / BLAST / etc.) uses the small label style. */
.scene-copy h2 > span,
.scene-copy p > span{
  font-size:inherit!important;
  font-weight:inherit!important;
  letter-spacing:inherit!important;
  color:inherit!important;
  line-height:inherit!important;
  opacity:inherit!important;
  transform:none!important;
  transition:none!important;
}
.scene-copy > span{
  font-size:13px!important;
  font-weight:900!important;
  letter-spacing:.22em!important;
  color:#ffd45c!important;
}

/* Animate the actual title/description containers, not their translation wrapper spans */
.scene-copy > span,
.scene-copy > h2,
.scene-copy > p{
  opacity:0;
  transform:translateY(28px);
}
.scene.in-view .scene-copy > span,
.scene.in-view .scene-copy > h2,
.scene.in-view .scene-copy > p{
  opacity:1;
  transform:translateY(0);
}
.scene-copy > span{transition-delay:.05s}
.scene-copy > h2{transition-delay:.18s}
.scene-copy > p{transition-delay:.34s}

@media(max-width:700px){
 .scene-copy > span,.scene-copy > h2,.scene-copy > p{transform:translateY(20px)}
}

/* v30: stronger soft black blur ONLY on first-page message */
.hero-copy,.hero-copy span,.hero-copy b{
 text-shadow:
  0 2px 3px rgba(0,0,0,.95),
  0 5px 10px rgba(0,0,0,.88),
  0 9px 24px rgba(0,0,0,.72),
  0 0 38px rgba(0,0,0,.55)!important;
}
