/* Preserve the information diagram's left → AI ← right relationship. */
@media(max-width:800px){
  .info-network{grid-template-columns:minmax(0,1fr) 68px minmax(0,1fr);gap:12px;align-items:center;margin-top:26px}
  .info-source-column{gap:12px}
  .info-source{min-height:140px;padding:12px;gap:8px;flex-direction:column;align-items:flex-start;border-radius:12px}
  .info-source-icon{width:32px;height:32px;border-radius:9px}
  .info-source .info-icon{width:24px;height:24px}
  .info-source h3{font-size:14px;line-height:1.4;margin-bottom:5px}
  .info-source p{font-size:12px;line-height:1.65;overflow-wrap:anywhere}
  .info-ai-core{grid-column:2;grid-row:1;width:68px;height:68px;margin:0;gap:0;box-shadow:0 0 0 8px var(--info-shadow),0 6px 20px var(--info-shadow)}
  .info-ai-core .info-icon{width:32px;height:32px}
  .info-ai-core b{font-size:20px}
  .info-connections{display:block;stroke-width:2}
}
@media(max-width:480px){
  .information-story .container{width:calc(100% - 32px)}
  main > section.information-story[class] h2{font-size:23px;line-height:1.55;text-wrap:balance;letter-spacing:-.035em}
  .info-understanding{padding-top:36px}
  .info-lead{font-size:13px;line-height:1.85;text-wrap:pretty}
  .info-network{grid-template-columns:minmax(0,1fr) 56px minmax(0,1fr);gap:8px;margin-top:24px}
  .info-source-column{gap:10px}
  .info-source{height:142px;min-height:0;padding:10px 8px;gap:7px}
  .info-source-icon{width:28px;height:28px;border-radius:8px}
  .info-source .info-icon{width:21px;height:21px}
  .info-source h3{font-size:12px;letter-spacing:-.04em;white-space:nowrap;margin-bottom:4px}
  .info-source p{font-size:11px;line-height:1.55;letter-spacing:-.02em}
  .info-ai-core{width:56px;height:56px}
  .info-ai-core .info-icon{width:27px;height:27px}
  .info-ai-core b{font-size:17px}
  .info-message{padding:16px 12px;gap:10px;margin-top:22px}
  .info-message p{padding-left:10px;font-size:13px}
  .info-message>.info-icon{width:26px;height:26px}
}
@media(max-width:350px){
  .info-network{grid-template-columns:minmax(0,1fr) 44px minmax(0,1fr);gap:7px}
  .info-ai-core{width:44px;height:44px}
  .info-ai-core .info-icon{width:22px;height:22px}
  .info-ai-core b{font-size:14px}
  .info-source{height:150px;padding:9px 7px}
  .info-source h3{font-size:11px}
}

@media(max-width:480px){#info-title .info-heading-phrase{display:inline-block}#info-title{font-size:clamp(19px,5.8vw,23px)}}
