/* --- home --- */
  .home-compact .reveal{opacity:1;transform:none}
  .home-compact .ai-catalog__chapter{padding:3rem 0}
  .home-compact .ai-ch-head{min-height:0;padding-top:0}
  .home-compact .ai-llm__duo{gap:1.5rem;margin-top:1rem}
  .home-compact .ai-llm__list li{padding:.7rem 0 .7rem 2rem}
  .home-compact .ai-llm__list li::before{top:.65rem}
  .home-compact .ai-services{margin-top:.75rem}
  .home-compact .ai-service-card{display:grid;grid-template-columns:110px minmax(0,1fr);column-gap:1rem;padding:1rem 1rem 1rem 0}
  .home-compact .ai-service-card__img{grid-row:1/4;width:110px;height:110px;aspect-ratio:auto;margin:0}
  .home-compact .ai-service-note{display:block;margin:.5rem 0 0;font-size:.76rem;color:#8a9299}
  .home-compact .ai-web-grid{gap:1.5rem;margin-top:1rem}
  .home-compact .ai-web-card__copy{display:none}
  .home-compact .section{padding-top:56px;padding-bottom:56px}
  .home-compact .section__header{margin-bottom:32px}
  .home-compact .home-service-hub .section__inner{display:flex;align-items:center;justify-content:space-between;gap:32px}
  .home-compact .home-service-hub__copy .section__lead{margin-bottom:0}
  .home-compact .industry-portal,.home-compact .region-portal{padding-top:64px;padding-bottom:64px}
  .home-compact .industry-portal__head,.home-compact .region-portal__head{margin-bottom:28px}
  .home-compact .blog-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
  .home-compact .blog-row{display:block}
  .home-compact .blog-row__thumb{width:100%}
  .home-compact .blog-row__thumb img{width:100%;height:auto;aspect-ratio:220/138;object-fit:cover}
  .home-compact .blog-more{margin-top:28px!important}
  .home-compact .region-band__lead,.home-compact .region-portal__links{display:none}
  .home-compact #news .news-list{display:block;max-width:920px;margin-inline:auto}
  .home-compact #news .news-item{border-top:1px solid var(--border)}
  .home-compact #news .blog-more{margin-top:24px!important}
  @media(max-width:768px){
    .home-compact .home-service-hub .section__inner{display:block}
    .home-compact .home-service-hub .btn{margin-top:24px}
    .home-compact .blog-list{grid-template-columns:1fr}
    .home-compact .blog-row{display:grid}
    .home-compact .section,.home-compact .industry-portal,.home-compact .region-portal{padding-top:48px;padding-bottom:48px}
  }

