/* innerexile mood page v1 */

.ix-mood-page{
  background:#f5f5f7;
  color:#1d1d1f;
  font-family:-apple-system,BlinkMacSystemFont,"SF Pro Display","SF Pro Text","Inter","Noto Sans TC","Noto Sans JP",sans-serif;
  -webkit-font-smoothing:antialiased;
  text-rendering:geometricPrecision;
  padding-bottom:54px;
}

.ix-mood-hero{
  min-height:72vh;
  background:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:96px 24px 88px;
}

.ix-mood-inner{
  width:min(980px,100%);
  margin:0 auto;
}

.ix-mood-kicker{
  font-size:12px;
  line-height:1;
  letter-spacing:.34em;
  color:rgba(29,29,31,.34);
  text-transform:uppercase;
  margin-bottom:26px;
}

.ix-mood-title{
  margin:0;
  font-size:clamp(48px,6.6vw,84px);
  line-height:1.04;
  font-weight:600;
  letter-spacing:-.06em;
  color:#1d1d1f;
}

.ix-mood-subtitle{
  margin:10px 0 0;
  font-size:clamp(34px,5vw,66px);
  line-height:1.05;
  font-weight:300;
  letter-spacing:-.06em;
  color:rgba(29,29,31,.45);
}

.ix-mood-lead{
  max-width:760px;
  margin:32px auto 0;
  font-size:clamp(19px,2vw,24px);
  line-height:1.48;
  color:rgba(29,29,31,.58);
  letter-spacing:-.025em;
}

.ix-mood-cta{
  margin-top:38px;
  display:flex;
  justify-content:center;
  gap:14px;
  flex-wrap:wrap;
}

.ix-mood-btn{
  min-height:44px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:9999px;
  padding:0 24px;
  text-decoration:none;
  font-size:17px;
  line-height:1;
  transition:transform .16s ease;
}

.ix-mood-btn:active{
  transform:scale(.95);
}

.ix-mood-btn.primary{
  background:#0066cc;
  color:#fff;
}

.ix-mood-btn.secondary{
  background:#fff;
  color:#0066cc;
  border:1px solid #0066cc;
}

.ix-mood-section{
  padding:88px 24px 104px;
  background:#f5f5f7;
}

.ix-mood-grid{
  width:min(1180px,100%);
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:24px;
}

.ix-mood-card{
  min-height:340px;
  background:#fff;
  border-radius:22px;
  border:1px solid rgba(0,0,0,.06);
  padding:32px;
  text-decoration:none;
  color:#1d1d1f;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
}

.ix-mood-card-top{
  display:flex;
  flex-direction:column;
}

.ix-mood-card-kicker{
  font-size:12px;
  letter-spacing:.34em;
  color:rgba(29,29,31,.32);
  text-transform:uppercase;
  margin-bottom:24px;
}

.ix-mood-card h2{
  margin:0;
  font-size:clamp(30px,3vw,42px);
  line-height:1.08;
  font-weight:600;
  letter-spacing:-.05em;
  color:#1d1d1f;
}

.ix-mood-card p{
  margin:20px 0 0;
  color:rgba(29,29,31,.58);
  font-size:17px;
  line-height:1.58;
  letter-spacing:-.02em;
}

.ix-mood-swatch{
  margin-top:34px;
  height:88px;
  border-radius:18px;
  background:#eee;
}

.ix-mood-swatch.calm{
  background:linear-gradient(135deg,#f6f2ec,#d8d8d2);
}

.ix-mood-swatch.future{
  background:linear-gradient(135deg,#dff6ff,#eee7ff);
}

.ix-mood-swatch.energy{
  background:linear-gradient(135deg,#111827,#6d28d9,#ef4444);
}

.ix-emma-panel{
  width:min(980px,100%);
  margin:64px auto 0;
  background:#1d1d1f;
  color:#fff;
  border-radius:28px;
  padding:34px;
}

.ix-emma-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  border-bottom:1px solid rgba(255,255,255,.12);
  padding-bottom:22px;
}

.ix-emma-name{
  font-size:22px;
  font-weight:600;
  letter-spacing:-.03em;
}

.ix-emma-status{
  font-size:12px;
  color:rgba(255,255,255,.45);
  letter-spacing:.24em;
  text-transform:uppercase;
}

.ix-emma-chat{
  display:grid;
  gap:16px;
  margin-top:28px;
}

.ix-bubble{
  max-width:78%;
  border-radius:22px;
  padding:16px 18px;
  font-size:17px;
  line-height:1.55;
  letter-spacing:-.02em;
}

.ix-bubble.emma{
  background:rgba(255,255,255,.10);
  color:rgba(255,255,255,.88);
}

.ix-bubble.user{
  background:#0066cc;
  color:#fff;
  justify-self:end;
}

.ix-emma-options{
  margin-top:24px;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
}

.ix-emma-option{
  min-height:44px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:9999px;
  border:1px solid rgba(255,255,255,.18);
  color:rgba(255,255,255,.82);
  text-decoration:none;
  font-size:15px;
}

html[lang="ja"] .ix-mood-title,
html[lang="ja"] .ix-mood-subtitle,
html[lang="ja"] .ix-mood-card h2{
  font-family:-apple-system,BlinkMacSystemFont,"Hiragino Sans","Hiragino Kaku Gothic ProN","Noto Sans JP",sans-serif;
  font-weight:500;
}

html[lang="ja"] .ix-mood-lead,
html[lang="ja"] .ix-mood-card p,
html[lang="ja"] .ix-bubble{
  font-family:-apple-system,BlinkMacSystemFont,"Hiragino Sans","Hiragino Kaku Gothic ProN","Noto Sans JP",sans-serif;
  line-height:1.7;
}

@media(max-width:900px){
  .ix-mood-grid,
  .ix-emma-options{
    grid-template-columns:1fr;
  }

  .ix-mood-hero{
    min-height:auto;
    padding:72px 22px;
  }

  .ix-mood-section{
    padding:56px 22px 80px;
  }

  .ix-bubble{
    max-width:100%;
  }
}

/* Emma typing animation v1 */
.ix-emma-chat.typing-ready .ix-bubble,
.ix-emma-options.typing-ready {
  opacity: 0;
  transform: translateY(10px);
}

.ix-bubble.is-visible {
  opacity: 1 !important;
  transform: translateY(0) !important;
  transition: opacity .36s ease, transform .36s ease;
}

.ix-emma-options.is-visible {
  opacity: 1 !important;
  transform: translateY(0) !important;
  transition: opacity .42s ease, transform .42s ease;
}

.ix-type-cursor {
  display: inline-block;
  width: 7px;
  height: 18px;
  margin-left: 3px;
  background: currentColor;
  vertical-align: -3px;
  animation: ixCursorBlink 1s infinite;
}

@keyframes ixCursorBlink {
  0%, 55% { opacity: 1; }
  56%, 100% { opacity: 0; }
}
