/* Dedicated homepage mobile layout; loaded after shared theme styles. */
@media (max-width: 767px) {
  html body.ix-home .ix-path-flow { display:block !important; }
  html body.ix-home #ix-paths { display:grid !important; grid-template-columns:minmax(0,1fr) !important; gap:20px !important; width:100%; }
  html body.ix-home #ix-paths > a { grid-column:1 !important; grid-row:auto !important; width:100% !important; min-width:0; min-height:0 !important; height:auto !important; display:flex; flex-direction:column; padding:0; box-sizing:border-box; }
  html body.ix-home #ix-paths > a > img { position:relative !important; inset:auto; display:block; width:100%; height:172px !important; object-fit:cover; flex:none; opacity:1; }
  html body.ix-home #ix-paths > a::after { display:none !important; }
  html body.ix-home #ix-paths .ix-bento-copy { min-height:0 !important; width:100%; padding:22px !important; box-sizing:border-box; }
  html body.ix-home #ix-paths h3 { font-size:21px !important; line-height:1.4 !important; margin:0 0 10px; letter-spacing:0; }
  html body.ix-home #ix-paths p { font-size:15px !important; line-height:1.75 !important; margin:0 0 18px; }
  html body.ix-home #ix-paths .ix-path-index { font-size:12px; margin-bottom:10px; letter-spacing:.06em; }
  html body.ix-home #ix-paths .ix-bento-go { margin-top:0; min-height:40px; align-self:flex-start; }
  html[data-xuan-theme="light"] body.ix-home #ix-paths > a { background:#fff !important; border:1px solid #dce2ed !important; border-radius:12px !important; box-shadow:0 4px 16px rgba(25,43,65,.07); }
  html[data-xuan-theme="light"] body.ix-home #ix-paths h3 { color:#1b2638 !important; }
  html[data-xuan-theme="light"] body.ix-home #ix-paths p { color:#46556a !important; }
  html[data-xuan-theme="light"] body.ix-home #ix-paths .ix-path-index { color:#405eb4 !important; }
  html[data-xuan-theme="light"] body.ix-home #ix-paths .ix-bento-go { color:#334e9b !important; background:#edf2ff !important; border-color:#cbd6f0 !important; }
  html body.ix-home .ix-path-flow .ix-section-head { position:relative !important; top:auto !important; margin-bottom:24px !important; }
  html body.ix-home .ix-section-head h2 { font-size:26px !important; line-height:1.35 !important; letter-spacing:-.02em; }
  html body.ix-home .ix-section { padding:40px 20px !important; }
}
